i get datarefs with aflj and find 0x00010b3c datarefs is:
"datarefs": [ { "from": 68424, "to": 0x00010b78, "type": "DATA" }, { "from": 68428, "to": 0x00010b7c, "type": "DATA" } ],
we know this is incorrect, I want to get datarefs below (IDA can get this result):
"datarefs": [ { "from": 68424, "to": 0x00026420, "type": "DATA" }, { "from": 68428, "to": 0xb6a85f2d, "type": "DATA" } ],
How can I get this result with any command, or can radare2 improve this problem?
Thanks, radare2 project.
I'm using radare2 to disassemble an elf on arm32.
one function like this:
i get datarefs with aflj and find 0x00010b3c datarefs is:
"datarefs": [ { "from": 68424, "to": 0x00010b78, "type": "DATA" }, { "from": 68428, "to": 0x00010b7c, "type": "DATA" } ],
we know this is incorrect, I want to get datarefs below (IDA can get this result):"datarefs": [ { "from": 68424, "to": 0x00026420, "type": "DATA" }, { "from": 68428, "to": 0xb6a85f2d, "type": "DATA" } ],
How can I get this result with any command, or can radare2 improve this problem? Thanks, radare2 project.arm_sample.zip