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

Add information to the decompiled code #38

Closed 0ca closed 4 years ago

0ca commented 8 years ago

It would be cool to color the tainted instructions in the decompiled code, but I don't know if that is possible.

We could add comments, that for sure.

If the color is not possible we could request that functionality.

0ca commented 8 years ago

Here there is some code to do it: https://forum.hex-rays.com/viewtopic.php?f=4&t=3870&p=16847#p16847

image

0ca commented 8 years ago

Example using the hexrays callback in the C++ SDK: http://hexblog.com/ida_pro/files/vds8.cpp

Example highlighting lines in the decompiler: https://www.hex-rays.com/contests/2016/hexlight/hexrays_hlight.py

illera88 commented 4 years ago

This would be really cool