I have build a dylib in xcode and manual fix the import, but when i inject with troll fool, it crash and mention "Library not loaded: @loader_path/.jbroot/usr/lib/libroothide.dylib"
0000000000423BE8 _jbroot @loader_path/.jbroot/usr/lib/libroothide.dylib
0000000000423F30 _MSFindSymbol @rpath/CydiaSubstrate.framework/CydiaSubstrate
here is my import from ida,
_jbroot part i think it's right , because i have look at the afc dylib, it is the same. But it finally don't found libroothide, how to fix it?
if not compile with roothidedev, without _jbroot , it's good, not crash.