memmap-rs
memmap-rs copied to clipboard
Allow anonymous RWX mappings
Currently it doesn't seem to be possible to create an anonymous RWX mapping. Could we get something like make_exec_mut?
create a mutable anon page, write to it, then mark it executable