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

Feature Idea: Ability to edit the instructions of a x86 methods in managed assemblies. #55

Open
ElektroKill opened this issue Dec 15, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@ElektroKill
Copy link
Contributor

The title explains it all, it would be very cool if it's possible to implement.

Thanks in advance!

@holly-hacker
Copy link
Owner

May be a bit tricky, since other x86 code could jump in the middle of the "function" you're trying to edit (x86 functions aren't as clearly defined, you just have a start RVA and need to figure out the rest yourself). Should be doable to allow the user to overwrite the code with other code that is of lower or equal length.

@holly-hacker holly-hacker added the enhancement New feature or request label Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants