User Tools

Site Tools


software:macosx

This is an old revision of the document!


Mac OS X

OSX86

What about running MacOS X on a “standard” x86 computer?

How-to

App keep bouncing clicking the icon but it opens launching directly the binary located in Contents/MacOS/

Probably the signature of the app is wrong or gone, check if console gives you and error like “binary is improperly signed”. In that case you can re-sign the binary application using this command:

sudo codesign -f -s - "/Applications/YOURAPP.app/Contents/MacOS/YOURBINARY"

Debug

  • GDB error “Unable to find Mach task port for process-id” - Fix
  • Reverse engineering resources - 1, 2, 3
software/macosx.1507695463.txt · Last modified: 2017/10/11 06:17 by Michele Porelli