danburkert / memmap-rs

cross-platform Rust API for memory mapped IO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow anonymous RWX mappings

yrp604 opened this issue · comments

commented

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