I’ve reversed and broken real-life products written in JS, Java, WebAssembly and native code.
Minified JS and obfuscated Java (DexGuard or ProGuard) are almost identical in complexity, you can restore the actual datatypes still, and you can even restore the rough outlines of where control structures were.
Obfuscated WebAssembly, NaCl or native code is much worse to work with, and often data structures and control structures are gone entirely.
Minified JS and obfuscated Java (DexGuard or ProGuard) are almost identical in complexity, you can restore the actual datatypes still, and you can even restore the rough outlines of where control structures were.
Obfuscated WebAssembly, NaCl or native code is much worse to work with, and often data structures and control structures are gone entirely.