User Tools

Site Tools


software:macosx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
software:macosx [2012/11/21 20:32] Michele Porellisoftware:macosx [2017/10/11 06:17] Michele Porelli
Line 9: Line 9:
   * Rebuild kext cache - [[http://myhack.sojugarden.com/2009/09/permissions-kext-caches/|1]] and [[http://forum.voodooprojects.org/index.php?topic=1269.0|2]]   * Rebuild kext cache - [[http://myhack.sojugarden.com/2009/09/permissions-kext-caches/|1]] and [[http://forum.voodooprojects.org/index.php?topic=1269.0|2]]
   * Common boot options - [[http://www.macbreaker.com/2012/01/list-of-common-hackintosh-boot-flags_29.html]]   * Common boot options - [[http://www.macbreaker.com/2012/01/list-of-common-hackintosh-boot-flags_29.html]]
 +
 +==== 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:<code>sudo codesign -f -s - "/Applications/YOURAPP.app/Contents/MacOS/YOURBINARY"</code>
 +
 +==== Debug ====
 +  * GDB error "Unable to find Mach task port for process-id" - [[https://gcc.gnu.org/onlinedocs/gnat_ugn/Codesigning-the-Debugger.html|Fix]]
 +  * Reverse engineering resources - [[https://reverse.put.as/|1]], [[https://38leinad.wordpress.com/2011/05/12/cracking-cocoa-apps-for-dummies/|2]], [[http://www.mrspeaker.net/2011/01/06/mac-hacking/|3]]
 +
software/macosx.txt · Last modified: 2020/04/19 00:06 by Michele Porelli