Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

cooljeanius/machoview-sl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MachOView for Snow Leopard

Peter Saghelyi created this fantastic macho-o executable viewer/browser over on Sourceforge.

Since I could not find a version for Snow Leopard, I decided to try and check out the latest SF source code version that looked promising enough to try and revert it back to a state that would let it compile and link on Snow Leopard.

  • This meant getting rid of ARC and going back to GC.
  • This also means that there are probably gonna be memory bugs.
  • Functionality-wise everything is there though. Watching the console when loading binaries produces all the right output and no error messages like wrong selectors etc.
  • Based on r218 from Peter's Sourceforge SVN repository.

I included a dmg with a precompiled binary in the dist folder.

Have fun!

PS: the original README included with the project has been renamed to README_orig.md

About

Code base for Peter Saghelyi's MachOView that compiles and links on OSX 10.6

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C++ 48.4%
  • C 48.0%
  • Objective-C 1.9%
  • C++ 1.7%