danleh / wasabi

A dynamic analysis framework for WebAssembly programs.
http://wasabi.software-lab.org
MIT License
361 stars 48 forks source link

hook function #37

Closed Knightz1 closed 1 year ago

Knightz1 commented 1 year ago

i want to hook at a start of a function and see it's arguments, how can i do it ?

michaelpradel commented 1 year ago

The call_pre hook provides exactly that. Please see this simple call graph analysis for an example of how to use it.