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

Enable binary editing #96

Open
jabraham17 opened this issue Mar 18, 2023 · 0 comments
Open

Enable binary editing #96

jabraham17 opened this issue Mar 18, 2023 · 0 comments
Labels
enhancement New feature or request feature: ishell

Comments

@jabraham17
Copy link
Owner

at any given point, a user can use the 'replace' command to replace the current pc with a new instruction. There can be multiple instructions, used patching in a jmp to make it work

inst1
inst2
inst3

-control 'replace inst2 with instA;instB;instC'

inst1
jmp tmpsection0
inst3

tmpsection0:
instA
instB
instC
jmp back
@jabraham17 jabraham17 added enhancement New feature or request feature: ishell labels Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature: ishell
Projects
None yet
Development

No branches or pull requests

1 participant