(no title)
kubkon
|
4 years ago
Hey, author of the article here. Thanks for the suggestion! I actually didn't know about the MAP_JIT flag to mmap before and will defo consider it. As to elevating your privs - this is just a temp solution until I work out how to add this entitlement https://developer.apple.com/documentation/bundleresources/en... to the Zig compiler. I wrote the default Zig's MachO linker from scratch and it can embed the adhoc code signatures no probs, but haven't worked out baking the entitlements in yet.
andrewmcwatters|4 years ago
There’s just so much software out there and so many little bits of information one can gather.
pmalynin|4 years ago
The debugger entitlement is even more powerful, but once again since you’re modifying your own memory you don’t need it.
kubkon|4 years ago
saagarjha|4 years ago
geocar|4 years ago
You also wouldn't need the entitlement anymore.