Skip to content

how to search with instructions(code) #103

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

Open
kasahara-human opened this issue Dec 30, 2024 · 1 comment
Open

how to search with instructions(code) #103

kasahara-human opened this issue Dec 30, 2024 · 1 comment

Comments

@kasahara-human
Copy link

Hi, I'm newbee.
I want to know how to search instructions I wanted with it.
please tell me the way.
Thank you.

@zorgiepoo
Copy link
Owner

Search for the bytes of the instruction using a Byte Array search.

The debugger (Debug > Show Debugger) shows how code is assembled to bytes. There is a function in the Scripting API to assemble code too.

If you don't actually know what instructions you want to find, you may also be interested in Watching variable accesses.

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

2 participants