aboutsummaryrefslogtreecommitdiff
path: root/lib/arm/jump-patch.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-21Remove dead code for Vita: pc_callbackReiko Asakura1-1/+0
2021-03-21Align Thumb jump patch to halfword boundaryReiko Asakura1-2/+2
No need to align to word boundary.
2016-11-23Fixed defination of CC_CBXZ collides with other bitsYifan Lu1-1/+1
Fixed incorrect pc value in tdctx_to_actx Fixed ARM32 handling of CC_CBXZ (uses incorrect field in ctx->base) Fixed ARM32 transform_dis_branch incorrectly trashing LR for non-call based jumps Fixed ARM32 make_jump_patch not updated to use new assemble_ctx Added new option SUBSTITUTE_RELAXED to relax the disassembly engine Currently SUBSTITUTE_RELAXED only disables TRANSFORM_DIS_REL_JUMPS so jumps at the beginning of functions are allowed
2016-11-03Made ARM patch alignment 0x4 so copy from kernel to user worksYifan Lu1-2/+2
2015-03-01A number of critical fixes painstakingly discovered in the slowest way possible.comex1-6/+7
2015-02-01fix my utter failure to handle branches/conditionals correctly (on ARM)comex1-6/+3
2015-01-24it compiles...comex1-4/+7
2015-01-24...comex1-0/+18