aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add function to deal with mprotecting RW and back. A bit more complex than t...comex2015-01-2413-72/+187
* Current version of generic-dis-*, for posterity (I'm sure it'll need to be ch...comex2015-01-218-26/+5382
* stopping other threads.comex2015-01-218-24/+272
* add substitute_strerrorcomex2015-01-214-7/+37
* minor cleanup - stop caring about thumb outside of arch-specific codecomex2015-01-2110-21/+34
* forgot to actually check this incomex2015-01-212-1/+17
* oops, forgot to add thatcomex2015-01-211-0/+22
* pointless optimizationcomex2015-01-211-27/+64
* Some cleanup.comex2015-01-216-31/+35
* woo, inject seems to work on all platformscomex2015-01-217-145/+298
* ...comex2015-01-207-56/+451
* revert THAT WHOLE THING because we can't actually use it for injectcomex2015-01-202-85/+37
* progress on injectioncomex2015-01-208-39/+290
* more reorganization - move OS X/iOS specific stuff into its own directorycomex2015-01-198-9/+10
* some reorganizationcomex2015-01-1914-36/+33
* add the required copy of the GPL; clarify license textcomex2015-01-192-1/+2
* ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we can'...comex2015-01-175-20/+38
* improve test; thumb2 fixescomex2015-01-1711-25/+135
* misc. objc trimmingscomex2015-01-173-3/+26
* flip the definition of TARGET_(UN)SUPPORTEDcomex2015-01-173-7/+8
* arm64 transform dis, arm fixes, move to .c since i'm dumbcomex2015-01-176-142/+189
* IT, BX LR - untestedcomex2015-01-177-20/+47
* transform-dis stuff - compiles for arm, so farcomex2015-01-177-71/+300
* reorganizationcomex2015-01-177-27/+75
* interpose works; add testcomex2015-01-173-23/+82
* add an assertcomex2015-01-171-0/+2
* fixes and test - both tests work on all archscomex2015-01-176-35/+100
* imp forwarding workscomex2015-01-176-114/+283
* this is all wrong.comex2015-01-162-39/+89
* and now for something completely different: assembly maybestret-IMPLcomex2015-01-164-3/+147
* handle oom and silly machos and stuffcomex2015-01-162-10/+31
* fix spacingcomex2015-01-163-121/+121
* interpose (based on %c based on data) compiles...comex2015-01-168-33/+317
* jump dis - seemingly working(!)comex2015-01-1614-218/+882
* add a test assembly file, not used yetcomex2015-01-133-1/+59
* small thumb fixes for Rdn and stuffcomex2015-01-131-2/+10
* these functions are actually pointless, since it's easier to change the *offs...comex2015-01-128-37/+152
* minor improvementscomex2015-01-123-3/+10
* improve testcomex2015-01-121-4/+4
* that was easycomex2015-01-113-0/+29
* thumb2 and stuffcomex2015-01-116-44/+78
* thumb2 progresscomex2015-01-116-27/+186
* theoretically fix thumbcomex2015-01-111-12/+27
* generate all the transform-dis-*; should be more precise; can't just use make...comex2015-01-112-15/+20
* this speeds it up a tad, still ~2s; oh well, I asked for C++...comex2015-01-111-24/+21
* this produces good output (finally) but takes 3.25s to compile 24K of code, lolcomex2015-01-113-76/+101
* un-revert the makefile changescomex2015-01-111-16/+14
* Revert "C++ is just a giant pain in the ass"comex2015-01-115-113/+98
* C++ is just a giant pain in the asscomex2015-01-115-98/+113
* yay?comex2015-01-114-104/+229