meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sw:reverse_eng:radare2 [2020/01/03 08:48] – created niziaksw:reverse_eng:radare2 [2024/03/15 18:12] (current) niziak
Line 1: Line 1:
 +====== Radare2 ======
 +
 +  * [[https://rada.re/n/]]
 +  * [[https://github.com/radareorg/radare2/releases|releases]]
 +
 +
 +
 +  * [[https://reverseengineering.stackexchange.com/questions/18701/how-do-i-find-all-references-to-an-address-with-a-memory-segment/18702#18702|How do I find all references to an address with a memory segment?]]
 +
 +
 +<code bash>
 radare2 app.elf radare2 app.elf
 +</code>
  
-commands: +===== commands ===== 
-  * aaa - analyze all and autoname function after analysis+  * **aaa** - analyze all and autoname function after analysis 
 +  *