Author: geneblue
Blog: https://geneblue.github.io/
IDA 自带的 patcher 只能 patch
x86,x64 下的
bin,不支持其他平台。平时接触 arm
汇编比较多,比较熟悉了,简单一点的条件跳转之类的,直接 patch
hex 也能应付。
但最近需要对一个 mips 的 bin 做
patch,对 mips 的指令相当不熟悉啊。此时,神器
keypatch 派上用场,全平台支持, 支持 Arm、Arm64
(AArch64/Armv8)、 Hexagon、 Mips、 PowerPC、 Sparc、 SystemZ & X86
(include 16/32/64bit)
多种架构,使用方便(支持撤销最后一次patch)。
安装使用参考以下链接足以。