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

Fix addCallback binding #1323

Closed cnheitman closed 1 month ago

cnheitman commented 1 month ago

This PR is related to PR #1322. It makes sure to release the args object in case the callback throws an exception.

JonathanSalwan commented 1 month ago

Nice catch !