Replies: 1 comment
-
I don't know of any specific tools available for wasm today. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is many tool to reverse wasm file to wat file - readable text file like website: https://webassembly.github.io/wabt/demo/wasm2wat/
It may expose algorithm inside source code.
Is there any way to prevent it or make output from reverse become hard to read ?
Beta Was this translation helpful? Give feedback.
All reactions