Roadmap
I'd like to get to a 1-to-1 feature match with jtool2
(✅ DONE)
My main goal is to create a mantainable dyld_shared_cache splitter
My strech goal is to make the worlds first dyld_shared_cache disassembler that doesn't take days/a super computer 😏 to analyze
TODO
- MachO read/write
- pure Go dyld splitter
- APFS/HFS parsing to pull dyld without mounting
- (jtool) -K Kextract™ a kernel extension by its bundle ID (only MH_FILESETS for now)
- watch for new IPSW files with https://github.com/radovskyb/watcher
- https://github.com/xerub/img4lib and https://github.com/tihmstar/img4tool
- devicetree read/write
- add 💄https://github.com/muesli/termenv
- maybe use https://github.com/AllenDang/giu for disassembler
- add https://github.com/mermaid-js/mermaid to docs
- API maybe use (github.com/minio/simdjson-go)
- Switch docs to https://squidfunk.github.io/mkdocs-material/getting-started/ (used docusaurus)
- store download dev session or creds using - https://github.com/keybase/go-keychain (used github.com/99designs/keyring as it offers multi-arch solutions)
- speed up downloads w/ https://github.com/ynsgnr/aria2go
- make a color syntax highlighter like https://github.com/trishume/syntect but for Golang
- use https://github.com/google/gousb to detect what device(s) are connected (maybe filter downloads?)
- replace cgo sqlite w/ https://pkg.go.dev/modernc.org/sqlite (used github.com/glebarez/go-sqlite)
- emulator ideas: qemu, qemu, lxd, qemu-t8030