diff --git a/src/vmlocate.cpp b/src/vmlocate.cpp index f7db7d3..5ae5fbc 100644 --- a/src/vmlocate.cpp +++ b/src/vmlocate.cpp @@ -86,7 +86,7 @@ std::vector get_vm_entries(std::uintptr_t module_base, > 0x7a53 : push rbx > 0x500d : push r15 */ - if (num_pushs > 2) continue; + if (num_pushs != 2) continue; // check for a pushfq... // > 0x4926 : pushfq <---