We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm newbee. I want to know how to search instructions I wanted with it. please tell me the way. Thank you.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Hi, I'm newbee.
I want to know how to search instructions I wanted with it.
please tell me the way.
Thank you.
The text was updated successfully, but these errors were encountered: