In the absence of being able to figure out an easier way to do it, I wrote a little command line app in mono that modifies the 27th byte in the unix executable to turn the flag off by doing a bitwise & with (byte)~1 . Sure feels wrong, but works great.
-- View this message in context: http://mono.1490590.n4.nabble.com/Disabling-the-mach-header-no-heap-execution-flag-on-unix-executable-in-app-bundle-tp4657060p4657071.html Sent from the Mono - OSX mailing list archive at Nabble.com. _______________________________________________ Mono-osx mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-osx
