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.39k stars 524 forks source link

Can use triton emulator execution hook function? #1329

Closed yujack008 closed 2 weeks ago

yujack008 commented 1 month ago

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

JonathanSalwan commented 1 month ago