0xnobody / vmpdump

A dynamic VMP dumper and import fixer, powered by VTIL.
GNU General Public License v3.0
1.12k stars 209 forks source link

Compile assist #4

Closed DigiAngel closed 4 years ago

DigiAngel commented 4 years ago

Would love to compile this, but I don't have any experience with VTIL or capstone/keystone on windows. Any pointers on how to get this setup? Thank you!

0xnobody commented 4 years ago

Hey, Compiling VTIL-Core on windows is as easy as cloning the project, and building in VS via CMake. All deps are fetched and built automatically. Then you must just redirect the include/library directories of VMPDump to the correct paths.

DigiAngel commented 4 years ago

Thank you!