From f6f71fc3f6933a69bcfdab034151f83ff6ded06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AA=81=E7=AA=81=E5=85=94?= <37355028+tututu-patch@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:19:40 +0800 Subject: [PATCH] fix typo fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e3b99..2f7b2ba 100644 --- a/README.md +++ b/README.md @@ -2227,7 +2227,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;