From cec56db9d4c84de13796ce7cd7dcd2631c443cec Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 8 Sep 2016 21:49:49 +0200 Subject: Refactored argument parsing, and added stub for extractfunction. --- disasm/extractfunction.hpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 disasm/extractfunction.hpp (limited to 'disasm/extractfunction.hpp') 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); -- cgit v1.2.3-70-g09d2