Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dead code for Vita: pc_callback | Reiko Asakura | 2021-03-21 | 1 | -3/+1 |
| | |||||
* | Port to Vita Development Suite | Reiko Asakura | 2021-01-23 | 1 | -1/+0 |
| | |||||
* | Slab allocation mirroring for Vita | Yifan Lu | 2016-10-09 | 1 | -2/+2 |
| | |||||
* | Added slab allocator for trampoline in Vita platform | Yifan Lu | 2016-10-08 | 1 | -2/+2 |
| | | | | Added support for smaller (non-page) allocations for trampoline | ||||
* | Added support for platform specific aux data to execmem | Yifan Lu | 2016-10-08 | 1 | -3/+4 |
| | |||||
* | execmem_alloc_unsealed now outputs a separate pointer for exec and writing ↵ | Yifan Lu | 2016-10-05 | 1 | -1/+1 |
| | | | | to allow for mirrored writes | ||||
* | comment | comex | 2016-04-19 | 1 | -1/+2 |
| | |||||
* | comment | comex | 2016-04-19 | 1 | -1/+1 |
| | |||||
* | Fix hook-function: | comex | 2015-02-18 | 1 | -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. | ||||
* | fixes | comex | 2015-01-25 | 1 | -2/+2 |
| | |||||
* | ... | comex | 2015-01-24 | 1 | -0/+6 |
| | |||||
* | Add function to deal with mprotecting RW and back. A bit more complex than ↵ | comex | 2015-01-24 | 1 | -0/+3 |
the minimum would be... (and minor build fixes) |