blacktop
blacktop
I have a networking noob question. Can I capture traffic inside docker as fast as outside of docker? `docker run --net=host tcpdump` Should I expect dropped packets and if so...
hello! there is currently no way for `ipsw` to generate an IPSW from an OTA. That is an interesting problem, but I currently have no use for it myself and...
I'd ❤️ to add ghidra support as well. Not sure when I'll have time, but I def like the idea. It's been a while since I've used ghidra for kernel...
Ya, that list comes form a sqliteDB in Xcode.app however they changed the output of it. I don't think that it's a great source of 'truth' and there's a better...
I believe I have fixed the `ipsw` code now, however, I believe there still exists a 🐛 in go-macho's export.go functionality that needs a closer look when adding/manipulating LCs etc....
Started looking at `go-macho`'s Export and remembered that the `ipsw macho patch` cmd uses the Save func not the Export so this should be fine (unless you added so many...
So the CONFIG system is a bit `beta` and hasn't been properly pushed out to all the cmds. If you are keen to read Go where they are being introduced...
some of the flags are `ipsw download` flags that get inherited by the sub cmds, for example `--white-list` which is why it works in your config as ```yaml download: white-list:...
try adding: ```yaml download: ipsw: output: /tmp ```
I just tried it with: ```yaml download: ipsw: output: /tmp/IPSWs ``` as my `~/.config/ipsw/config.yml` and it worked: ``` ❯ ll /tmp/IPSWs/ total 1607520 drwxr-xr-x 3 blacktop wheel 96B Aug 20...