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

Missed nodes #3

Open DanielBNY opened 3 years ago

DanielBNY commented 3 years ago

Nodes that no entry point leads to them. Entry points are nodes with no calls to them. This can happen when their is a loop between the nodes. fcn:368608 -> fcn:374688 -> fcn:374272 -> fcn:368608 -> ...