Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port to Vita Development Suite | Reiko Asakura | 2021-01-23 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/comex/substitute | Yifan Lu | 2016-11-23 | 1 | -0/+4 |
|\ | |||||
| * | fix some ARM stuff including calls, and test it | comex | 2016-11-15 | 1 | -0/+4 |
| | | | | | | | | wow this code sucks | ||||
* | | Fixed warning about unused function | Yifan Lu | 2016-10-23 | 1 | -1/+1 |
|/ | | | | Fixed warning about incompatible types | ||||
* | Import some code to handle <redacted> syms. | comex | 2015-07-16 | 1 | -0/+2 |
| | |||||
* | hook up the list of dylibs | comex | 2015-07-13 | 1 | -0/+7 |
| | |||||
* | fix (and make more robust) strerror.c | comex | 2015-02-24 | 1 | -1/+0 |
| | |||||
* | Add unaligned read/write functions. | comex | 2015-02-24 | 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. | ||||
* | Refactor disassembly so x86 works, and add x86 transform-dis. | comex | 2015-02-08 | 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. | ||||
* | starting x86 support | comex | 2015-02-08 | 1 | -0/+2 |
| | |||||
* | ... | comex | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | sorta | comex | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | some more stuff compiles | comex | 2015-01-28 | 1 | -1/+3 |
| | |||||
* | this is dumb | comex | 2015-01-25 | 1 | -1/+18 |
| | |||||
* | Add function to deal with mprotecting RW and back. A bit more complex than ↵ | comex | 2015-01-24 | 1 | -7/+0 |
| | | | | | | the minimum would be... (and minor build fixes) | ||||
* | stopping other threads. | comex | 2015-01-21 | 1 | -1/+7 |
| | |||||
* | Some cleanup. | comex | 2015-01-21 | 1 | -4/+2 |
| | |||||
* | progress on injection | comex | 2015-01-20 | 1 | -0/+19 |
| | |||||
* | some reorganization | comex | 2015-01-19 | 1 | -5/+6 |
| | |||||
* | flip the definition of TARGET_(UN)SUPPORTED | comex | 2015-01-17 | 1 | -3/+4 |
| | |||||
* | reorganization | comex | 2015-01-17 | 1 | -0/+25 |
| | |||||
* | fix spacing | comex | 2015-01-16 | 1 | -3/+3 |
| | |||||
* | interpose (based on %c based on data) compiles... | comex | 2015-01-16 | 1 | -1/+19 |
| | |||||
* | substrate | comex | 2015-01-10 | 1 | -0/+10 |