From 5e0e7ab06bea367f70358b24e653a61dfd9c3690 Mon Sep 17 00:00:00 2001 From: xerox Date: Sun, 19 Dec 2021 20:13:18 -0800 Subject: [PATCH] fixed a comment --- src/vmlocate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vmlocate.cpp b/src/vmlocate.cpp index 36e4c0a..58ae390 100644 --- a/src/vmlocate.cpp +++ b/src/vmlocate.cpp @@ -69,9 +69,9 @@ namespace vm::locate } ); /* - only two legit imm pushes for every vm entry... + only one legit imm pushes for every vm entry... > 0x822c : push 0xFFFFFFFF890001FA <--- - > 0x7fc9 : push 0x45D3BF1F <--- + > 0x7fc9 : call xxxxx > 0x48e4 : push r13 > 0x4690 : push rsi > 0x4e53 : push r14