JonathanSalwan / Triton

Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code.
https://triton-library.github.io
Apache License 2.0
3.54k stars 539 forks source link

Can use triton emulator execution hook function? #1329

Closed yujack008 closed 5 months ago

yujack008 commented 5 months ago

I use dobby hook a function.then i want to use triton to emulator execution the function. is any example?

JonathanSalwan commented 5 months ago