fixed a small bug... changed > to != and the roof to my coupe came off

master
IDontCode 2 years ago
parent ade6b0fdd7
commit 78033b5ba2

@ -86,7 +86,7 @@ std::vector<vm_enter_t> 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 <---

Loading…
Cancel
Save