aboutsummaryrefslogtreecommitdiff
path: root/lib/execmem.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-21Remove dead code for Vita: pc_callbackReiko Asakura1-3/+1
2021-01-23Port to Vita Development SuiteReiko Asakura1-1/+0
2016-10-09Slab allocation mirroring for VitaYifan Lu1-2/+2
2016-10-08Added slab allocator for trampoline in Vita platformYifan Lu1-2/+2
Added support for smaller (non-page) allocations for trampoline
2016-10-08Added support for platform specific aux data to execmemYifan Lu1-3/+4
2016-10-05execmem_alloc_unsealed now outputs a separate pointer for exec and writing ↵Yifan Lu1-1/+1
to allow for mirrored writes
2016-04-19commentcomex1-1/+2
2016-04-19commentcomex1-1/+1
2015-02-18Fix hook-function:comex1-4/+17
- Thread stoppage is now complemented by sigaction to catch injected threads (sigaction is not used exclusively because the rest of the program could be trying to use sigaction itself in the meantime - this is a real thing, ask Dolphin) - mprotect is no longer used due to max_protection possibly getting in the way; instead, a copy is created and mapped onto the original.
2015-01-25fixescomex1-2/+2
2015-01-24...comex1-0/+6
2015-01-24Add function to deal with mprotecting RW and back. A bit more complex than ↵comex1-0/+3
the minimum would be... (and minor build fixes)