I'm very passionate for developing research & automation tools. Currently mainly focused on iOS research.
Project | Description |
---|---|
pymobiledevice3 | Pure python3 implementation for working with iDevices (iPhone, etc...). |
c-helpers | Helpers for c-structs sizes and offsets |
Hilda | LLDB wrapped and empowered by iPython's features |
ida-scripts | Collection of IDA scripts I'm using (mainly for iOS reversing) |
ipsw_parser | Parse and extract .ipsw files |
harlogger | Simple utlity for sniffing decrypted HTTP/HTTPS traffic on an iOS device (either jailbroken or not) |
cklogger | Simple pure python utility for sniffing CloudKit usages on iDevices (either jailbroken or not) |
cfprefsmon | Python utility for discovering interesting CFPreferences values on iDevices |
rpc-project | Minimalistic server (written in C) and a python3 client to allow calling native functions on a remote host for automation purposes |
pycrashreport | Python3 parser for Apple's crash reports |
fa | Automation tool for locating symbols & structs in binary (primary IDA focused) |
swift_reversing | My ongoing premier on reversing Swift |
pytbd | Swiss army knife for Apple's .tbd file manipulation |
applecatalog | Python library and CLI for listing and downloading Apple's updates for macOS (Secruity updates, CommandLineTools, OS Upgrades and etc...) |
simpleelf | Parse and build simple ELFs (useful for mapping memory to load into IDA and other disassemblers) |
pylera1n | Python adaptation for pelara1n. |