ax[?]
manage refs/xrefs (see also afx?)
Usage: ax[?d-l*] # see also 'afx?'
ax addr [at]
add code ref pointing to addr (from curseek)axc addr [at]
add code jmp ref // unused?axC addr [at]
add code call refaxg addr
show xrefs graph to reach current functionaxgj [addr]
show xrefs graph to reach current function in json formataxd addr [at]
add data refaxq
list refs in quiet/human-readable formataxj
list refs in json formataxF [flg-glob]
find data/code references of flags-
axt [addr]
find data/code references to this address xref to -
Example use case is
axt @@ str.*
to look for xrefs to all strings_ axtg
axf [addr]
find data/code references from this address xref fromaxff
xrefs from functionax- [at]
clean all refs (or refs from addr)ax
list refsaxk [query]
perform sdb queryax*
output radare commands
ax axc axC axg axd axq axj axF axt axf ax- axk ax* axgj