From 027d5962f8545a00585272536e9acb5f21db773a Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Mon, 21 Jan 2019 14:23:49 -0500 Subject: [PATCH] note for future mono hook --- vnrhook/engine/engine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnrhook/engine/engine.cc b/vnrhook/engine/engine.cc index c1cb987..e8a62cb 100644 --- a/vnrhook/engine/engine.cc +++ b/vnrhook/engine/engine.cc @@ -16560,7 +16560,7 @@ bool InsertRenpyHook() */ bool InsertMonoHook() { - + // TO FUTURE ME: If you're looking for a new mono hook, try searching for this assembly and breaking into it: 8d 44 48 10 0f b7 4d ?? 66 89 08 // Instruction pattern: 90FF503C83C4208B45EC const BYTE ins[] = { 0x33,0xdb, // 1003b849 |. 33db |xor ebx,ebx ; jichi hook here