Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexploitable/r2con2020_r2frida
This repository houses the materials, slides and exercises from the r2con 2020 walkthrough sessions.
https://github.com/hexploitable/r2con2020_r2frida
Last synced: 3 months ago
JSON representation
This repository houses the materials, slides and exercises from the r2con 2020 walkthrough sessions.
- Host: GitHub
- URL: https://github.com/hexploitable/r2con2020_r2frida
- Owner: hexploitable
- Created: 2020-08-31T12:55:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T20:27:36.000Z (about 4 years ago)
- Last Synced: 2024-05-10T22:44:34.273Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.23 MB
- Stars: 34
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ios-security - r2con Crackmes
- awesome-hacking-lists - hexploitable/r2con2020_r2frida - This repository houses the materials, slides and exercises from the r2con 2020 walkthrough sessions. (JavaScript)
README
# r2con2020 - r2frida workshop files
## Material
```sh
git clone https://github.com/hexploitable/r2con2020_r2frida.git
git submodule init
git submodule update
```## Pre-requisites
- [Radare2](https://github.com/radareorg/radare2)
- [Frida](https://frida.re)
- [R2frida plugin](https://github.com/nowsecure/r2frida)## Challenges
- [Anti-Jailbreak app (iOS)](ios-challenge-2.ipa)
- [R2con 2020 crackme (iOS)](r2con2020-crackme.ipa) [Spoiler: Automated solution](https://gist.github.com/hexploitable/224db54fdb64129258728dc2e135f101)
- [CyberTruck 2019 crackme (Android)](https://github.com/nowsecure/cybertruckchallenge19/blob/master/apk/cybertruck19.apk)## Devices (preferably rooted)
- iPhone
- AndroidYou may also wish to use this very hacky SpringBoard hack to prevent your iOS app from being killed for not starting in time when you spawn it:
https://gist.github.com/5a2318f89fb696da772430bfbb864cd9