|
|
|
|
|
by ffhhj
1647 days ago
|
|
Nice! Will look for your future tutorials. I was able to create a little js->wasm obfuscation tool with emscripten, but for some reason when I tried to initialize a C array larger than 512 bytes I always get errors. My work around was defining the array of given size and storing the obfuscated binary byte per byte. Wasm files seem to be 4x larger this way. Maybe this time I'll make it directly in webassembly. |
|