├── .gitmodules ├── README.md ├── ios-challenge-2.ipa ├── ios-challenge_scripts ├── 1-debug_bypass.js ├── 2-r2f_debug_bypass.r2 ├── 3-jb1_bypass.r2 ├── 4-jb2_bypass.js └── 4-jb2_bypass.r2 ├── plugins ├── cfstring.js └── dia.js ├── r2con2020-crackme.ipa └── r2frida_workshop_2020.pdf /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hexploitable/r2con2020_r2frida/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hexploitable/r2con2020_r2frida/HEAD/README.md -------------------------------------------------------------------------------- /ios-challenge-2.ipa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hexploitable/r2con2020_r2frida/HEAD/ios-challenge-2.ipa -------------------------------------------------------------------------------- /ios-challenge_scripts/1-debug_bypass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hexploitable/r2con2020_r2frida/HEAD/ios-challenge_scripts/1-debug_bypass.js -------------------------------------------------------------------------------- /ios-challenge_scripts/2-r2f_debug_bypass.r2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hexploitable/r2con2020_r2frida/HEAD/ios-challenge_scripts/2-r2f_debug_bypass.r2 -------------------------------------------------------------------------------- /ios-challenge_scripts/3-jb1_bypass.r2: -------------------------------------------------------------------------------- 1 | \di0 objc:Challenge1.isJailbroken 2 | -------------------------------------------------------------------------------- /ios-challenge_scripts/4-jb2_bypass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hexploitable/r2con2020_r2frida/HEAD/ios-challenge_scripts/4-jb2_bypass.js -------------------------------------------------------------------------------- /ios-challenge_scripts/4-jb2_bypass.r2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hexploitable/r2con2020_r2frida/HEAD/ios-challenge_scripts/4-jb2_bypass.r2 -------------------------------------------------------------------------------- /plugins/cfstring.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hexploitable/r2con2020_r2frida/HEAD/plugins/cfstring.js -------------------------------------------------------------------------------- /plugins/dia.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hexploitable/r2con2020_r2frida/HEAD/plugins/dia.js -------------------------------------------------------------------------------- /r2con2020-crackme.ipa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hexploitable/r2con2020_r2frida/HEAD/r2con2020-crackme.ipa -------------------------------------------------------------------------------- /r2frida_workshop_2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hexploitable/r2con2020_r2frida/HEAD/r2frida_workshop_2020.pdf --------------------------------------------------------------------------------