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/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disasm/CMakeLists.txt') diff --git a/disasm/CMakeLists.txt b/disasm/CMakeLists.txt index 7c21409..cd5113c 100644 --- a/disasm/CMakeLists.txt +++ b/disasm/CMakeLists.txt @@ -1,7 +1,7 @@ add_executable(disasm disasm.cpp - parsefileandrewind.hpp parsefileandrewind.cpp + leparseutil.hpp leparseutil.cpp dumpobject.hpp dumpobject.cpp extractfunction.hpp extractfunction.cpp ) -- cgit v1.2.3-70-g09d2