aboutsummaryrefslogtreecommitdiff
path: root/lib/substitute-internal.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-23Port to Vita Development SuiteReiko Asakura1-0/+1
2016-11-15fix some ARM stuff including calls, and test itcomex1-0/+4
wow this code sucks
2016-10-23Fixed warning about unused functionYifan Lu1-1/+1
Fixed warning about incompatible types
2015-07-16Import some code to handle <redacted> syms.comex1-0/+2
2015-07-13hook up the list of dylibscomex1-0/+7
2015-02-24fix (and make more robust) strerror.ccomex1-1/+0
2015-02-24Add unaligned read/write functions.comex1-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-08Refactor disassembly so x86 works, and add x86 transform-dis.comex1-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-08starting x86 supportcomex1-0/+2
2015-01-29...comex1-1/+1
2015-01-28sortacomex1-1/+1
2015-01-28some more stuff compilescomex1-1/+3
2015-01-25this is dumbcomex1-1/+18
2015-01-24Add function to deal with mprotecting RW and back. A bit more complex than ↵comex1-7/+0
the minimum would be... (and minor build fixes)
2015-01-21stopping other threads.comex1-1/+7
2015-01-21Some cleanup.comex1-4/+2
2015-01-20progress on injectioncomex1-0/+19
2015-01-19some reorganizationcomex1-5/+6
2015-01-17flip the definition of TARGET_(UN)SUPPORTEDcomex1-3/+4
2015-01-17reorganizationcomex1-0/+25
2015-01-16fix spacingcomex1-3/+3
2015-01-16interpose (based on %c based on data) compiles...comex1-1/+19
2015-01-10substratecomex1-0/+10