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

Dumped File Doesn't Run #22

Closed ghost closed 2 years ago

ghost commented 2 years ago

After running vmpdump on a vmprotect packed file the file doesn't run. I have tried compilng VMPDUMP from source and use older version. I also tried changing the code of the packed file. It won't work. No one has made a issue on this so I don't know if it is just me. The file is written in C++. When I run the file in CMD it doesn't show anything. However when I run the vmp packed file before running VMPDUMP it works fine. Please Help Me if I'm doing something wrong.

Commands used:

VMPDump.exe 4126 "" -disable-reloc

The command works successfully but clicking on the file it doesn't run. This is the output image

hotline1337 commented 2 years ago

fix the start address to initialize the security cookie and jump to seh main

ghost commented 2 years ago

How would I do that I am new to doing all of this.

fix the start address to initialize the security cookie and jump to seh main

ghost commented 2 years ago

Nevermind I have fixed the issue by watching a video thanks.