User Tools

Site Tools


software:macosx

MacOS X

OSX86

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

Cool apps (something that really changes your life, not just toys!)

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.txt · Last modified: 2020/04/19 00:06 by Michele Porelli