Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-23 | Port to Vita Development Suite | Reiko Asakura | 1 | -0/+1 | |
2016-11-15 | fix some ARM stuff including calls, and test it | comex | 1 | -0/+4 | |
wow this code sucks | |||||
2016-10-23 | Fixed warning about unused function | Yifan Lu | 1 | -1/+1 | |
Fixed warning about incompatible types | |||||
2015-07-16 | Import some code to handle <redacted> syms. | comex | 1 | -0/+2 | |
2015-07-13 | hook up the list of dylibs | comex | 1 | -0/+7 | |
2015-02-24 | fix (and make more robust) strerror.c | comex | 1 | -1/+0 | |
2015-02-24 | Add unaligned read/write functions. | comex | 1 | -0/+1 | |
I thought I could get away without since I wasn't (presently) targeting systems without hardware support for unaligned accesses, but on armv7 clang insists on optimizing into the one ARM instruction that requires alignment anyway - LDM/STM. Oops. Damnit, clang. | |||||
2015-02-08 | Refactor disassembly so x86 works, and add x86 transform-dis. | comex | 1 | -3/+13 | |
This patch is a monolithic mess, because I was too lazy to do the refactor first (that would require some stash fun, since I wasn't actually sure before doing x86 transform-dis what would be needed). Anyway, the resulting code should be cleaner - less duplication. This breaks ARM/ARM64. | |||||
2015-02-08 | starting x86 support | comex | 1 | -0/+2 | |
2015-01-29 | ... | comex | 1 | -1/+1 | |
2015-01-28 | sorta | comex | 1 | -1/+1 | |
2015-01-28 | some more stuff compiles | comex | 1 | -1/+3 | |
2015-01-25 | this is dumb | comex | 1 | -1/+18 | |
2015-01-24 | Add function to deal with mprotecting RW and back. A bit more complex than ↵ | comex | 1 | -7/+0 | |
the minimum would be... (and minor build fixes) | |||||
2015-01-21 | stopping other threads. | comex | 1 | -1/+7 | |
2015-01-21 | Some cleanup. | comex | 1 | -4/+2 | |
2015-01-20 | progress on injection | comex | 1 | -0/+19 | |
2015-01-19 | some reorganization | comex | 1 | -5/+6 | |
2015-01-17 | flip the definition of TARGET_(UN)SUPPORTED | comex | 1 | -3/+4 | |
2015-01-17 | reorganization | comex | 1 | -0/+25 | |
2015-01-16 | fix spacing | comex | 1 | -3/+3 | |
2015-01-16 | interpose (based on %c based on data) compiles... | comex | 1 | -1/+19 | |
2015-01-10 | substrate | comex | 1 | -0/+10 | |