Skip to content

[Developing]MachO EXplorer (yet another MachOView)

License

Notifications You must be signed in to change notification settings

Stark1937/MOEX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOEX - MachO EXplorer

Still under developing for the first release

  • MOEX means explore MachO file format.
  • Yet another MachOView, and maybe a better one.

Feature

  • Platform support : macOS,Windows,Linux
  • Basic view MachO file structure (like MachOView).
  • Insert a dylib (like optool).
  • Class dump (like class-dump).

Future

  • Symbolicate static initializers : just drop dSYM into mod_func_init section.
  • Restore Symbol : one key to restore symbol.
  • Compare MachO : compare two macho files.

How to build

macOS

brew install boost
qmake

Windows

// todo

About

[Developing]MachO EXplorer (yet another MachOView)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.4%
  • QMake 4.5%
  • CMake 1.1%