joxeankoret / pigaios

A tool for matching and diffing source codes directly against binaries.
GNU General Public License v3.0
634 stars 67 forks source link

Support `retdec` #37

Open KOLANICH opened 1 year ago

KOLANICH commented 1 year ago

Retdec generates config files on the first run, on later runs they can be reused. So it may be helpful to import information from source code into these config files. Unfortunately there are multiple issues within retdec itself that prevent it (for example it is not quite possible to import user signatures, they are just ignored, one has to modify retdec files for that).