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

Target Module Missing #2

Closed alexcub89 closed 4 years ago

alexcub89 commented 4 years ago

https://github.com/0xnobody/vmpdump/blob/7ee1e329eed60868fdd9f679a9040b4f4dbb74d4/VMPDump/main.cpp#L111

std::unique_ptr instance = vmpdump::from_pid( settings->target_pid , settings->module_name);

0xnobody commented 4 years ago

Thanks for pointing this out!