illera88 / Ponce

IDA 2016 plugin contest winner! Symbolic Execution just one-click away!
https://docs.idaponce.com
Other
1.48k stars 70 forks source link

Make sure we do not restart engines after disable Ponce #115

Closed illera88 closed 4 years ago

illera88 commented 4 years ago

Right now we calling triton_restart_engines() when disabling Ponce.

We should make sure the following use case works fine:

Right now en disabling Ponce we triton_restart_engines() so the 3rd item in the prev list is not enforced.

illera88 commented 4 years ago

we should add documentation about this too