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

x64dbg plugin instruction callback:) #2311

Closed
5ing opened this issue Mar 18, 2020 · 1 comment
Closed

x64dbg plugin instruction callback:) #2311

5ing opened this issue Mar 18, 2020 · 1 comment
Labels
question The issue is a question.

Comments

@5ing
Copy link

5ing commented Mar 18, 2020

How can I perform instruction callback, for example, an instruction will call a system function, and it will call the callback function I specified before it executes the system function.

@blaquee
Copy link
Contributor

blaquee commented Mar 26, 2020

No such functionality exists. This would require you to write a plugin that has a tracing capability to do that. Or an alternative approach would be to write a plugin that sets a breakpoint on system calls in question and provide its own callback mechanism.

@mrexodia mrexodia added the question The issue is a question. label Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question The issue is a question.
Projects
None yet
Development

No branches or pull requests

3 participants