├── README.md ├── dyldBypass ├── dummyFile ├── dyldBypass.h └── dyldBypass.m └── locateTarget.xm /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/versx/iOSDyldIntegrityBypass/HEAD/README.md -------------------------------------------------------------------------------- /dyldBypass/dummyFile: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dyldBypass/dyldBypass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/versx/iOSDyldIntegrityBypass/HEAD/dyldBypass/dyldBypass.h -------------------------------------------------------------------------------- /dyldBypass/dyldBypass.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/versx/iOSDyldIntegrityBypass/HEAD/dyldBypass/dyldBypass.m -------------------------------------------------------------------------------- /locateTarget.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/versx/iOSDyldIntegrityBypass/HEAD/locateTarget.xm --------------------------------------------------------------------------------