reverse-engineering-web-assembly.md 465 B


title: reverse-engineering-web-assembly.md categories: [cheatsheets]

tags: [security, reverse-engineering]

WASM Cheatsheet

References

Instruction table

get_local $x                // pushes local variable x on the stack
I32.LE_S                    // pops two operands from the stack, compares them (LE = Less-or-equal)