illera88 / Ponce

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

Fix unhandled errors causing ida to crash #136

Closed a1gx closed 1 year ago

illera88 commented 1 year ago

Hi,

I don't believe that the processing method could raise an error. There is already an error type which should handled non supported instructions:

FAULT_UD,         /*!< Fault raised: Instruction not supported. */

I'm opening an issue in the Triton project to ask about it.

What instructions are not supported for you?

illera88 commented 1 year ago

for reference: https://github.com/JonathanSalwan/Triton/issues/1252

0ca commented 1 year ago

I think @a1gx was getting the same errors as https://github.com/illera88/Ponce/issues/137, and he was trying to fix it.

Use the latest release, 0.3.7. It should work.

illera88 commented 1 year ago

Closing for now. Let us know if it doesn't fix the problems so we will reopen.

Cheers