diff --git a/Obfuscation-methods.md b/Obfuscation-methods.md index 1fe6703..ac927f1 100644 --- a/Obfuscation-methods.md +++ b/Obfuscation-methods.md @@ -2,7 +2,7 @@ Laika uses several fairly common obfuscation techniques. ## VM boxes, string obfuscations -Laika has a tiny VM embedded in the library (`/lib`). This mostly handles things like deobfuscating strings during runtime. For more information regarding this, please read [this post on my blog](https://openpunk.com/pages/obfuscation-in-c/) which goes into detail on how it works. +Laika has a tiny VM embedded in the library (`/lib/` && `/lib/core/`). This mostly handles things like deobfuscating strings during runtime. For more information regarding this, please read [this post on my blog](https://openpunk.com/pages/obfuscation-in-c/) which goes into detail on how it works. ## Importing WinAPI during runtime (windows only)