whamm 0.1.0

A framework for 'Wasm Application Monitoring and Manipulation'
Documentation
1
2
3
4
5
6
7
var count: i32;

wasm:opcode:call(arg0: i32):before / (fid == 3 && opidx != 2) / {
   if (arg0 == 1) {
       count++;
   }
}