Skip to content

Sample x64dbg plugin to scan the stack during tracing.

License

Notifications You must be signed in to change notification settings

mrexodia/StackContains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackContains

Sample x64dbg plugin to scan the stack during tracing. Written as an answer to this question.

Usage

With this plugin installed you have the stack.contains(base, needle) expression function.

base The address to start searching down from (usually csp).

needle The value with size = sizeof(void*) you are looking for.

About

Sample x64dbg plugin to scan the stack during tracing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published