hw-1

patched ipa for unjailed iphone – inject dylib or framework to execute II

###1 Injector
source code https://github.com/nadavrub/Injector
run the following to Inject the framework or dylib into the application executable:
Injector binary “@executable_path/hook1.dylib”
this tool is very usefull for clutch decrypted app

###2 yololib
source code https://github.com/KJCracks/yololib
usage

1
yololib  binary  "@executable_path/hook1.dylib"

###3 radare2
source code https://github.com/radare/radare2
it is very power tool ,but not simply to use,
there is a tut for this tool use
http://coscolla.net/injecting-code-to-a-ipa/