aboutsummaryrefslogtreecommitdiff
path: root/lib/arm64/jump-patch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A number of critical fixes painstakingly discovered in the slowest way possible.comex2015-03-011-2/+3
|
* fix arm64/armv7 ishcomex2015-02-241-1/+1
|
* Trampoline fixes.comex2015-02-141-2/+3
| | | | | | | | | | | | | The transformed code was incorrect because it assumed the pointer it was writing to was where the code would execute, but it was actually 'rewritten_temp'. Changed transform_dis_main to take a pc_trampoline pointer, which also helps the test harness. However, this means that it has to be called after the trampoline has been allocated, while before the trampoline allocation depended on the generated size; this change doesn't bother to use two passes or anything, but just allocates a new code buffer if the maximum possible size isn't available - not the end of the world, since trampoline_ptr will still only be increased by the actual size before the next hook in the series (if any).
* fix ARM64 too, theoreticallycomex2015-02-031-2/+2
|
* fix my utter failure to handle branches/conditionals correctly (on ARM)comex2015-02-011-1/+0
|
* fixescomex2015-01-251-4/+4
|
* it compiles...comex2015-01-241-3/+10
|
* ...comex2015-01-241-0/+19