-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Milestone
Description
Environment
Sun Jul 7 02:59:40 CST 2024
radare2 5.9.3 32339 @ linux-x86-64
birth: git.5.7.8-3398-g3382a3e231 2024-07-07__02:43:10
commit: 3382a3e231f6a5bbf21facd8fdb2d5377354bdc1
options: gpl -O? cs:5 cl:2 make
Linux x86_64Description
I want to list all call refs from a function with axff, but it seems not work as expected.
First, open attached file with r2 -A -e bin.cache=true ncc, and thats said I want to list call refs from the function sym.doEventInternal, so I use axff @ sym.doEventInternal~CALL.
But I found that there is no sym.readInfo_log on the list, althought it actually existed in the code.
we can make sure by using aae @ sym.doEventInternal ;axl~sym.readInfo_log~sym.doEventInternal~CALL
This will take some time but will give the result as the picture below:
Test
axff @ sym.doEventInternal~sym.readInfo_logReactions are currently unavailable
