botnet

How to decode a .wasm code? Is it possible?

≡放荡痞女 提交于 2020-06-29 04:38:26
问题 Just curious to know what the code is doing in a computer, I would like to decode a .wasm code - available at https://lifeinspace.org/main.wasm. Basically, from what I found in internet, .wasm is a web assembly code, which could have been: Converted from a code in high level language (C/C++/etc..) and convert it to web assembly (.wasm) - https://developer.mozilla.org/en-US/docs/WebAssembly/C_to_wasm However, since I now have the .wasm code, Is there a way or technique to figure out what the