You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have infinity trace loop. prey(outdated)
Also, in my case JMP in same section; some changes in main.cpp of Novmp -
// Skip if JMP target is in the same section / in a non-executable section
//
win::section_header_t* scn_jmp = desc->rva_to_section( jmp_rva );
if ( !scn_jmp /*|| scn_jmp == scn*/ || !scn_jmp->characteristics.mem_execute ) continue;
Thanx for NoVMP, code style are very easy, for exploding VMP VM structure!
The text was updated successfully, but these errors were encountered:
Have infinity trace loop. prey(outdated)
Also, in my case JMP in same section; some changes in main.cpp of Novmp -
Thanx for NoVMP, code style are very easy, for exploding VMP VM structure!
The text was updated successfully, but these errors were encountered: