Results 6 comments of cjsworld

the problem is MGCopyAnswer it self

my hook works fine. email me for detail.

check your `/Library/MobileSubstrate/DynamicLibraries`, should be link to `../../usr/lib/TweakInject`

I installed deb via make install (dpkg) witch depends on substate, and it tells me that substate is not installed, but files are already extracted to the place, so the...

with `platform-application ` in entitlements, and make sure binary is owned by root, and has permission, like this is postinst: ``` chown root:wheel /Library/LaunchDaemons/com.xxx.testd.plist chmod 644 /Library/LaunchDaemons/com.xxx.testd.plist chown root:wheel /usr/bin/testd...

i think it crashed in MSFindSymbol #178, try to use `dlsym` or directly link to it as a work around.