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

Support for x86_64 binary patching #13

Open
elfmaster opened this issue Apr 20, 2023 · 1 comment
Open

Support for x86_64 binary patching #13

elfmaster opened this issue Apr 20, 2023 · 1 comment
Assignees

Comments

@elfmaster
Copy link
Contributor

Currently Shiva supports x86_64 for loading ELF micro-programs (See https://github.com/elfmaster/shiva) but does not support x86_64 microcode patching.

Support for x86_64 microcode patching will be easiest to implement since much of the x86_64 code is already done, we will need to adapt the Transform code into the x86_64 apply_relocation() work.

@elfmaster elfmaster self-assigned this Apr 20, 2023
@elfmaster elfmaster changed the title Support for x86_64 microcode patching Support for x86_64 binary patching Jul 12, 2023
@elfmaster
Copy link
Contributor Author

This port is almost done, see branch x86_64_port

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

1 participant