radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.3k stars 2.97k forks source link

Auto analysis does not recognize hot patched functions #16514

Open Misiur opened 4 years ago

Misiur commented 4 years ago

By mov edi, edit I learned that it is a function added when compiling with /hotpatch. In cuttter however they are not considered functions and the graph cannot be generated:

Cutter

radare commented 4 years ago

Use E anal.hasnext=true and about reanalizing modified code there are some issues opened already

On 10 Apr 2020, at 09:07, Misiur notifications@github.com wrote:

 By mov edi, edit I learned that it is a function added when compiling with /hotpatch. In cuttter however they are not considered functions and the graph cannot be generated:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.