From 4f65043e40dbaf8e4cc290327e34270645dedce3 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sat, 10 Sep 2016 16:04:23 +0200 Subject: Fixes differences in between input buffers in different parts. Now opens files in binary mode, and added some conveniance functions to read parts of the binary file. --- disasm/dumpobject.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disasm/dumpobject.hpp') diff --git a/disasm/dumpobject.hpp b/disasm/dumpobject.hpp index 8685588..94c7e34 100644 --- a/disasm/dumpobject.hpp +++ b/disasm/dumpobject.hpp @@ -5,4 +5,4 @@ #include #include -void dump_object(std::ifstream& ifs, binparse::Value32 object_id); \ No newline at end of file +void dump_object(std::string file_name, binparse::Value32 object_id); \ No newline at end of file -- cgit v1.2.3-70-g09d2