1
0
mirror of https://github.com/CPunch/Laika.git synced 2024-11-22 13:00:05 +00:00

Updated Obfuscation methods (markdown)

CPunch 2022-09-03 00:50:48 -05:00
parent 026c9c248e
commit a63fbab591

@ -2,7 +2,7 @@ Laika uses several fairly common obfuscation techniques.
## VM boxes, string obfuscations ## 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) ## Importing WinAPI during runtime (windows only)