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

Determine if we are running against the main binary or dylib #1

Open
NSEcho opened this issue Jun 17, 2023 · 0 comments
Open

Determine if we are running against the main binary or dylib #1

NSEcho opened this issue Jun 17, 2023 · 0 comments

Comments

@NSEcho
Copy link
Member

NSEcho commented Jun 17, 2023

Right now we are only taking into the account the case where we are patching the dylib inside binary/application. In the cases where we are dealing with some symbol inside the main binary, we actually need to create new dylib(the same as before) and add new load command to the main binary which references this dylib.

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