ollydbg

Results 288 comments of ollydbg

This tool looks good, I also would like to see if someone can have a Windows release. Thanks.

Here is the steps I just tried: ~~~~ $ git clone --recurse-submodules https://github.com/gsauthof/pe-util.git Cloning into 'pe-util'... remote: Enumerating objects: 61, done. remote: Counting objects: 100% (3/3), done. remote: Compressing objects:...

I just see the that latest version (master head) of buffer.cpp already have this fixed. [pe-parse/buffer.cpp at master · trailofbits/pe-parse](https://github.com/trailofbits/pe-parse/blob/master/pe-parser-library/src/buffer.cpp) Do you want to update your sub module to the...

Well, when try to run the command, I see some errors: ~~~~ F:\code\cb-64bit>which peldd F:\msys2\mingw64\bin\peldd.EXE F:\code\cb-64bit>peldd F:\code\cb-64bit>peldd codeblocks.exe SHFOLDER.dll codeblocks.dll exchndl.dll libgcc_s_seh-1.dll libstdc++-6.dll wxmsw315u_gcc_cb.dll F:\code\cb-64bit>peldd codeblocks.exe --all Error: boost::filesystem::directory_iterator::construct: 系统找不到指定的路径。...

Good work, @roussosalex , I will try your branch today, thanks!

I see this when I try to run cmake inside the msys2's mingw64.exe shell ~~~~ zyh@WINMICR-0PLE9E2 MINGW64 /d/code/temp/pe-util/build # cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release .. CMake Error at CMakeLists.txt:13 (else):...

~~~~ CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e43e20..6249991 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ else() set(Boost_ARCHITECTURE "-x64") else() set(Boost_ARCHITECTURE...

I passed the cmake, but failed when running the `mingw32-make.exe`, see the log below: ~~~~ zyh@WINMICR-0PLE9E2 MINGW64 /d/code/temp/pe-util/build # cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DUSE_FILESYSTEM=1 .. -- VERSION file: D:/code/temp/pe-util/pe-parse/pe-parser-library/../VERSION...

NO, I think there are several kinds of shells. When started by `msys2.exe`, it is a `msys shell`, but when started by `mingw64.exe`, it looks like a windows cmd.exe. I...

Do I have to build the parser-library first? I'm not good at cmake, but it looks like the git submodule is not build first.