Open artemdinaburg opened 9 years ago
are you thinking you're going to leverage the LLVM MachOObject class and associated MachODumper? Or something custom? Just curious...
Just noting that I'm still curious about this, so if there's going to be work here, I might be able to help..?
So, the IDA and Binary Ninja frontends might already work here. What we lack is ABI/runtime support. The ELF runtime code is likely quite close to what we need. We could also benefit from type information about Objective-C things.
I also realized that my statement of 'Support Mach-O binaries' wasn't super clear.
Supporting Mach-O binaries that don't call any external functions or use any OS-specific APIs should probably be very easy.
Supporting binaries that use Objective-C messages, Mach calls, or other OS-specific features may be kind of hard.
@jcarlson23 We would love any kind of help you can provide; the best way to reach us is the binary-lifting channel on the Empire Hacking slack
Support Mach-O binaries.