mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-21 20:40:05 +00:00
Updated Obfuscation methods (markdown)
parent
026c9c248e
commit
a63fbab591
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user