blacktop
blacktop
ping ping 🔔 this prevents people from using kernel addresses as arguments to disassemblers 😩 ```bash ❯ ipsw macho disass test-caches/IPSWs/20C5058d__iPhone15,2/kernelcache.release.iPhone15,2 -a 0xFFFFFFF008493FE0 -V --fileset-entry com.apple.AGXFirmwareKextG15P_A0RTBuddy ``` doesn't work because...
adding another ping ping 🔔
adding another ping ping ping 🔔
another dup is #213 #175 #178
There seems to be 4 PRs in `cast` trying to fix this and the fix seems pretty straight forward. Can we please get some eyes on this?
sorry for the massive delay, I believe I turned the `fmt.Printf`s into return `fmt.Errorf`s so it shouldn't output the errors to stdout anymore, but I'll leave the issue open in...
Very cool! Ya that's been on my todo list for a while and I started a while back here - https://github.com/blacktop/go-macho/blob/master/pkg/codesign/codesign.go#L269
So I parse `__DATA.__objc_nlclslist` already, but I believe it only contains Classes? Do you have an example binaries that I could look at? Of not of a binary on macOS...
I suppose you meant `__objc_nlcatlist` ;)
added in the last objc update/fix. so should be good now! feel free to close the issue if satisfied. Thanks again!