Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-21 | Remove dead code for Vita: pc_callback | Reiko Asakura | 1 | -1/+0 | |
2021-03-21 | Align Thumb jump patch to halfword boundary | Reiko Asakura | 1 | -2/+2 | |
No need to align to word boundary. | |||||
2016-11-23 | Fixed defination of CC_CBXZ collides with other bits | Yifan Lu | 1 | -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-03 | Made ARM patch alignment 0x4 so copy from kernel to user works | Yifan Lu | 1 | -2/+2 | |
2015-03-01 | A number of critical fixes painstakingly discovered in the slowest way possible. | comex | 1 | -6/+7 | |
2015-02-01 | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 1 | -6/+3 | |
2015-01-24 | it compiles... | comex | 1 | -4/+7 | |
2015-01-24 | ... | comex | 1 | -0/+18 | |