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

Contained functions #1

Closed DanielBNY closed 3 years ago

DanielBNY commented 3 years ago

Radare2 detect multiple functions but one function contain the others. for example in /bin/ls at address start 34384 and at the middle address 35424 the size of the function in 34384 is 987 so clearly 35424 is contained

DanielBNY commented 3 years ago

closed