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

How to Nop the opcode and change it back to what it was before Is there any scripts (Must READ) #45

Open
MacBytes opened this issue Oct 20, 2017 · 2 comments

Comments

@MacBytes
Copy link

I need help "Any scripts"

@zorgiepoo
Copy link
Owner

If you have the address and number of bytes to write to for the instruction, maybe this would help:

originalBytes = debug.readBytes(ADDRESS, SIZE)
debug.writeBytes(ADDRESS, b'\x90' * SIZE) #nop instruction
#...
debug.writeBytes(ADDRESS, originalBytes) #revert nop

@MacBytes
Copy link
Author

Where can i find the size i have this
screen shot 2017-10-27 at 4 33 22 pm

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