I modified some in Fentanyl to support Assemble Patch with Keystone Assembler
This can patch any instruction if it is valid IDA instruction or keystone instruction (Context Menu : Patch > Assemble)
Example:
In x64, IDA instruction
This is not a valid instruction, it reminder only, instead
is valid with keystone, so could use the keystone to assemble it and patch it to IDA
This can patch any instruction if it is valid IDA instruction or keystone instruction (Context Menu : Patch > Assemble)
Example:
In x64, IDA instruction
Code:
48 8D 0D 71 D1 00 00 lea rcx, off_14000E370
Code:
48 8D 0D 71 D1 00 00 lea rcx, qword ptr [rip + 0xD171]
Attachments
Last edited: