nowsecure / r2frida

Radare2 and Frida better together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhance: `:dt-*` - clear all traces command is hard to find

enovella opened this issue · comments

What do you mean when saying it is hard to find?

i think he means its not listed in the help message

Do you see the same empty comments as I do?

[0x100054000]> :dt?
:dt ([addr])              inject a trace in the given native address (or java:method)
:dt*
:dt- [addr]               delete trace at given address
:dt-*                     clear all traces
:dt.                      show trace in current offset
:dtf [addr] [fmt]         add a trace parsing arguments using a format string
:dth                      list or add trace hook
:dtl                      trace log dump
:dtl*
:dtl-                     clear trace logs
:dtl-*
:dtr [addr] [reg...]      add a trace to show register value when calling a function
:dts                      trace everything using the stalker (EXPERIMENTAL)
:dts*
:dtsf                     stalk trace a function (EXPERIMENTAL)
:dtsf*

Yes i see the same. But those are subcommands. Those shouldnt be even listed but you wanted there