DanielBNY / re-code

Re-Code is a reverse engineering tool that construct a project file hierarchy from a binary. Like developers, reverse engineers can benefit from a hierarchy view of a project instead of only a functions view.
GNU General Public License v3.0
10 stars 0 forks source link

Lonely functions #5

Open DanielBNY opened 3 years ago

DanielBNY commented 3 years ago

functions arrive to lonely functions because no calls out where detected but the functions do have calls to functions. The issue is that the radare detected calls out did not detect those calls but they exists in the decompiled code. The solution is to parser the functions code and find the called functions addresses.

DanielBNY commented 3 years ago

The solution could be to parser the decompiled json output in mongo