The Wayback Machine - https://web.archive.org/web/20201127113520/https://github.com/topics/radare2
Skip to content
#

radare2

Here are 127 public repositories matching this topic...

Surendrajat
Surendrajat commented Sep 4, 2020

Is your feature request related to a problem? Please describe.

It'll be nice to have a hotkey (like H in IDA) to toggle the integer base between HEX and DEC. Since it may not work in Decompiler without backend support, having it in Disassembly/Graph will still be nice.

Describe the solution you'd like

So when I press the hotkey (maybe H if it's available), it should work like

XVilka
XVilka commented Sep 23, 2020

Print the following workflow:

r2 -e io.va=false /bin/ls
[0x000068d0]> pfo elf64
[0x000068d0]> pf.elf_
pf.elf_ident    pf.elf_phdr     pf.elf_header   pf.elf_shdr     
[0x000068d0]> pf.elf_ident @ 0
   magic : 0x00000000 = "\x7fELF"
   class : 0x00000004 = class (enum elf_class) = 0x2 ; ELFCLASS64
    data : 0x00000005 = data (enum elf_data) = 0x1 ; ELFDATA2LSB
 version : 0x00000006 =
XVilka
XVilka commented Jan 5, 2019
  • Python 2 support (ends in one year) - an probably all versions less than 3.4
  • PHP5 (support just ended this year) - maybe porting to PHP7?
  • Luvit support - 7 years no updates
  • Newlisp - 7 years no updates
  • Guile - 7 years no updates
  • Awk - 6 years no updates (is anyone using them at all?)

Improve this page

Add a description, image, and links to the radare2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the radare2 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.