aboutsummaryrefslogtreecommitdiff
path: root/lib/substitute-internal.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port to Vita Development SuiteReiko Asakura2021-01-231-0/+1
|
* Merge branch 'master' of https://github.com/comex/substituteYifan Lu2016-11-231-0/+4
|\
| * fix some ARM stuff including calls, and test itcomex2016-11-151-0/+4
| | | | | | | | wow this code sucks
* | Fixed warning about unused functionYifan Lu2016-10-231-1/+1
|/ | | | Fixed warning about incompatible types
* Import some code to handle <redacted> syms.comex2015-07-161-0/+2
|
* hook up the list of dylibscomex2015-07-131-0/+7
|
* fix (and make more robust) strerror.ccomex2015-02-241-1/+0
|
* Add unaligned read/write functions.comex2015-02-241-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.comex2015-02-081-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 supportcomex2015-02-081-0/+2
|
* ...comex2015-01-291-1/+1
|
* sortacomex2015-01-281-1/+1
|
* some more stuff compilescomex2015-01-281-1/+3
|
* this is dumbcomex2015-01-251-1/+18
|
* Add function to deal with mprotecting RW and back. A bit more complex than ↵comex2015-01-241-7/+0
| | | | | | the minimum would be... (and minor build fixes)
* stopping other threads.comex2015-01-211-1/+7
|
* Some cleanup.comex2015-01-211-4/+2
|
* progress on injectioncomex2015-01-201-0/+19
|
* some reorganizationcomex2015-01-191-5/+6
|
* flip the definition of TARGET_(UN)SUPPORTEDcomex2015-01-171-3/+4
|
* reorganizationcomex2015-01-171-0/+25
|
* fix spacingcomex2015-01-161-3/+3
|
* interpose (based on %c based on data) compiles...comex2015-01-161-1/+19
|
* substratecomex2015-01-101-0/+10