radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
19.71k stars 2.94k forks source link

Support nested memory references in the RNum operations #22853

Open trufae opened 4 weeks ago

trufae commented 4 weeks ago

Stuff like [[0x8080]] or [10+[0x8080+rbp]*4] will be very useful to be supported.