MachOView
MachOView copied to clipboard
MachOView fork
- When displaying a mach-o file, we can choose to show raw binary or disassembled (detail), but there's no option to export the data that's showing. => Allow "Select All"...
These are standard linkedit_data_command commands.
Small changes I had to make to build successfully with Xcode 12.5
This required an update of loader.h, which I pulled from xnu-7195.141.2 Example:
crash reason : update UI in a Background thread fix :
*** MythKiven's branch ------ ___ Modified on the basis of the fork version: V2.4.9121, the current version: V2.5.9276. The changes are as follows: - 1.Increase the drag and drop function:...
Noticed comment about how much work and energy to do this in C/C++. Recently saw work in radare2 and other macho stuff using [V](https://vlang.io/) (https://github.com/trufae?tab=repositories). Seems V might be perfect...
in Xcode10.1 can't run MachOView ,it says “'string' file not found” ,even though the file is .mm
fix crash bug on macos 10.14.4
I have a PR I can submit for some fixes. The project no longer builds out of the box, and crashes even when you do get it to build, but...