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

Substitute #29

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

Substitute #29

wants to merge 23 commits into from

Conversation

d7s
Copy link

@d7s d7s commented Sep 1, 2019

README.md./configure --xcode-sdk=iphoneos --xcode-archs=arm64 && make -j8 && ./script/gen-deb.shhttps://github.com/comex/substitute

stek29 and others added 23 commits January 8, 2018 14:40
…ting to 32bit then being shifted 12 bits, giving 33 significant bits. Change the type of sext to a value that will be 64bit on 64bit arch. Also corrected the argument for sext to be 21 instead of 22
Fixed crashes when the same function is hooked twice
See comex's comment here:
comex#27
tl;dr of that is x18 isn't supposed to be used in userland.

This caused some hooked function pointers to randomly be overwritten with 0x0,
causing a crash. Most notably was the function AudioUnitRender in mediaserverd.
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

Successfully merging this pull request may close these issues.

6 participants