Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piotrbania/frida_usb_dump

Frida script that allows to sniff & dump USB traffic on macOS
https://github.com/piotrbania/frida_usb_dump

frida hacking jailbreak macos sniffing usb-sniffing

Last synced: 15 days ago
JSON representation

Frida script that allows to sniff & dump USB traffic on macOS

Awesome Lists containing this project

README

        

# frida_usb_dump
Frida script that allows to sniff USB traffic on macOS.

I've used this script to dump and investigate the checkm8 / checkra1n jailbreak back in the day. It dumps the data to DUMP_FILE_PATH with some additional ascii markers for further parsing.
The OFFSETS_* were dumped on macos bigsur as far as i recall.

(PS. those markers in the dumped file like 'AAAA'etc. were just to make sure the entry was dumped correctly)

- piotr ( piotrbania.com), 2021.