| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) | Debian 10 amd64
| File format of the file you reverse (mandatory) | PE
| Architecture/bits of the file (mandatory) | i386
| Cutter and r2 version, See About Cutter (mandatory) | Version 1.7.2 / Using r2 3.0.0
| Show version information full output | https://pastebin.com/MSfrUAY6
X-refs strings easily
No function detected. Can not display graph. after panel move to disassembly panel.Tested binary file (This is a malware)
r.zip

Strings panel



I think the reason for that is the same as here: https://github.com/radareorg/cutter/issues/516
Can you guys add X-refs to Strings panel? It would be a lot easier to find strings.
Hmm you mean right click -> xrefs?
Hmm you mean right click -> xrefs?
I think so. Because strings panel is using key filtering so i guess hotkey will not okay in here.
Ctrl+X?
Ctrl + X is cool. But because Xrefs is using X as hotkey in other panel, so using Ctrl + X means user must remember 1 more hotkey :p.
P/s: Ctrl + X is cut text by default so maybe ctrl + x is not the best choice.
Right, makes sense :)
I've had a new idea about X-refs: Sidebar has x-refs panel, but it shows many information. So if you guys create a stand-alone x-refs panel, user can put xref like this (sreenshot).

Yeah I think it's quite a good idea, and easy to do.
So I think click string object in string panel should show value in Xreft table too. I've tested and it worked for graph panel and disassembly only.
Yeah that's probably because it's not the same signal sent/catched. In disas/graph it is likely "seekChanged" while in strings it's nothing (for now) afair.
Fixed in #817
I've tested latest git version with binary file r.exe again. Some strings are not showing in xref. Turned out it is radare2's problem.
@dmknght can you open an issue?
I gonna open issue on radare2 repo after get information fully
Yep ok thanks