Hi,
I'd like to build my chromium project with preventing the heap memory from storing executable code (represented by flag MH_NO_HEAP_EXECUTION to the best of my knowledge).
However, I've notice that the script that used to set this build after successful compilation (called change_mach_o_flags.py) is long been removed from the project, so I wonder if Apple now set this capability by default (I've tried to look for this flag in the macho file and couldn't see it)
and what about the other attributes like PIE (for enable/disable position independence code)... is it supported in new macOS versions ?
thanks