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

Handling multiple patch objects #8

Open
elfmaster opened this issue Apr 12, 2023 · 0 comments
Open

Handling multiple patch objects #8

elfmaster opened this issue Apr 12, 2023 · 0 comments
Assignees

Comments

@elfmaster
Copy link
Contributor

With Shiva we are loading dynamic ET_REL modules; every time the program runs those patches are loaded into memory. Therefore the concept of re-patching is fairly natural since the program is essentially re-patched everytime it runs. It is simply patched in memory instead of on-disk.

As it stands, every part of a program can be patched, within a single patch object. That patch object can be re-installed as many times as needed.

It has been a natural goal to support loading multiple patch objects.

@elfmaster elfmaster self-assigned this Apr 12, 2023
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