Using an arbitrary TeamID
papamata1 opened this issue · 2 comments
papamata1 commented
I try to set an arbitrary TeamID
so I can inject a dylib to an arbitrary app with opainject
. I updatedAppStoreCodeDirectory.h
with a Code Directory from the target app but when I use opainject
, the kernel complains about the signature. Is there any step I am missing?
alfiecg24 commented
You need to manually create a new template signature blob - it is hardcoded to match the original App Store CodeDirectory.
opa334 commented
https://github.com/opa334/ChOma/blob/main/tests/ct_bypass/main.c#L127-L130 these have to be adjusted