aboutsummaryrefslogtreecommitdiff
path: root/lib/arm/arch-transform-dis.inc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong T bit in BLX(imm)->BLX(reg) transformReiko Asakura2021-02-171-1/+1
* Fix uninitialized variable in ARM32 transform_dis_branchYifan Lu2016-11-251-0/+2
* Fixed defination of CC_CBXZ collides with other bitsYifan Lu2016-11-231-9/+28
* Merge branch 'master' of https://github.com/comex/substituteYifan Lu2016-11-231-15/+15
|\
| * fix some ARM stuff including calls, and test itcomex2016-11-151-8/+15
* | Added ARM PUSH multi instruction assemblyYifan Lu2016-11-031-1/+1
* | Implemented call rewrite support, fixes #3Yifan Lu2016-11-031-1/+9
* | Fixed warning about unused functionYifan Lu2016-10-231-1/+1
|/
* A number of critical fixes painstakingly discovered in the slowest way possible.comex2015-03-011-2/+4
* Ban calls within transform regions in threadsafe mode.comex2015-02-231-13/+8
* Fix a broken bit test.comex2015-02-091-1/+3
* morecomex2015-02-091-25/+33
* Refactor disassembly so x86 works, and add x86 transform-dis.comex2015-02-081-0/+195