illera88 / Ponce

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

Symbolize/Tainted Memory doesnt work in IDA 6.8 #50

Closed heartbleeded closed 8 years ago

heartbleeded commented 8 years ago

Im using IDA 6.8 and symbolize/taint works with 6.9 plugin (but crashes in Hex editor). It doesnt crash with the new plugin 6.8 version but I couldnt symbolize/taint memory (even used ctrl shift M).

untitled

0ca commented 8 years ago

Sorry, you are right, we disabled the action in the hexdump and in the disassembly view in the IDA 6.8 release. We will fix it right now.

0ca commented 8 years ago

Fixed! Please re-download the binary from the release page: https://github.com/illera88/Ponce/releases

But remember, you can't use the symbolize memory from the hex dump, only from the disassembly view, more info in this other issue: https://github.com/illera88/Ponce/issues/49

bynop commented 8 years ago

It seems all functions can't work properly! Hope fixed as soon as possible!