diff options
Diffstat (limited to 'disasm/extractfunction.hpp')
| -rw-r--r-- | disasm/extractfunction.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/disasm/extractfunction.hpp b/disasm/extractfunction.hpp new file mode 100644 index 0000000..57e0597 --- /dev/null +++ b/disasm/extractfunction.hpp @@ -0,0 +1,6 @@ +#pragma once + +#include "le_file.hpp" +#include "types.hpp" + +void extract_function(std::istream& is, binparse::Value32 object_id, binparse::Offset32 function_offset); |
