Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinity trace #14

Open
USSRcoder opened this issue Sep 23, 2020 · 0 comments
Open

Infinity trace #14

USSRcoder opened this issue Sep 23, 2020 · 0 comments

Comments

@USSRcoder
Copy link

USSRcoder commented Sep 23, 2020

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant