whamm 0.1.0

A framework for 'Wasm Application Monitoring and Manipulation'
Documentation
1
2
3
4
5
6
7
8
9
bool i;

wasm:bytecode:call:before /
    target_fn_type == "import" &&
    target_imp_module == "ic0" &&
    target_fn_name == "call_new"
/ {
    i = 0;
}