What kind of memory protections does Mac OSX 10.9 have compared to others? -


i have small project work on in free time runs 32- , 64-bit assembler code managed .net assemblies based on operating system on. can see techniques use shell code run in template, pretty basic stuff.

https://github.com/brandonprry/metafang2/blob/master/metasploitpayloadutility/generaltemplate.txt

the methods work on windows , linux fine, expected unix way of executing code work on mac , doesn't. selinux enabled (and sure other pax , grsec), not achieve execution. totally expected though.

my question is, mac protect memory? have similar mechanisms selinux?

on slight tangent, if does, looking implement similar code @ bottom of page circumvent selinux , see if worked on mac well.

http://www.akkadia.org/drepper/selinux-mem.html


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -