This commit is contained in:
突突兔 2021-12-25 21:27:01 +02:00 committed by GitHub
commit bfad550e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2225,7 +2225,7 @@ pattern [ 52 41 4e 44 4f 4d ] {
// condition to putCallout
if (instruction.address <= endTrace && instruction.address >= startTrace) {
// print instruction & registers values
iter.putCallout(function(context) {
iterator.putCallout(function(context) {
var offset = ptr(context.pc).sub(base);
var inst = Instruction.parse(context.pc).toString();
var modified_inst = inst;