radareorg / radare2

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

break on each function call and return #13923

Open SwordWorth opened 5 years ago

SwordWorth commented 5 years ago

I want to script with python using r2pipe. Is there a way that when debugging I can break on each call function, thus I can get the parameter? What's more, I won't jump into system library. Or is there a way to do function trace, just in program's address space, not in system library?

radare commented 5 years ago

Yes you can do that

On 28 Apr 2019, at 16:49, SwordWorth notifications@github.com wrote:

I want to script with python using r2pipe. Is there a way that when debugging I can break on each call function, thus I can get the parameter? What's more, I won't jump into system library. Or is there a way to do function trace, just in program's address space, not in system library?

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