In our last blog about WebAssembly (Wasm), we got an initial feel for an unknown Wasm binary, and did some behavioral analysis on it. Today we will continue looking at the same Wasm sample, but going deeper. We will manually analyze it by looking at the Wasm text format. To be able to manually analyze the Wasm text format, we’ll need to learn some more theory first. Our previous blog post describe