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