summaryrefslogtreecommitdiff
path: root/disasm/extractfunction.hpp
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-09-08 21:49:49 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-09-08 21:49:49 +0200
commitcec56db9d4c84de13796ce7cd7dcd2631c443cec (patch)
treed21847b479ee5bf4f263abd124a8dc7a3293e1cd /disasm/extractfunction.hpp
parent35be012af254617b72ecbe4bca718f3ce96c1fd2 (diff)
downloadopenwar-cec56db9d4c84de13796ce7cd7dcd2631c443cec.tar.gz
openwar-cec56db9d4c84de13796ce7cd7dcd2631c443cec.tar.bz2
openwar-cec56db9d4c84de13796ce7cd7dcd2631c443cec.zip
Refactored argument parsing, and added stub for extractfunction.
Diffstat (limited to 'disasm/extractfunction.hpp')
-rw-r--r--disasm/extractfunction.hpp6
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);