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
Last revisionBoth sides next revision
sw:reverse_eng:radare2 [2020/01/03 08:48] – created niziaksw:reverse_eng:radare2 [2024/03/15 18:12] niziak
Line 1: Line 1:
 +====== Radare2 ======
 +
 +  * [[https://rada.re/n/]]
 +  * [[https://github.com/radareorg/radare2/releases|releases]]
 +
 +====== rizin ======
 +And ``radare2`` fork:
 +  * [[https://rizin.re/|Free and Open Source Reverse Engineering Framework]]
 +    * [[https://cutter.re/|Cutter is Rizin's official graphical user interface]]
 +      * Native integration of Ghidra's decompiler in Cutter releases
 +      * [[https://github.com/rizinorg/cutter/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 
 +  *