Skip to content

Commit

Permalink
Update list of supported architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Kochkov committed Jun 23, 2018
1 parent 29551f5 commit 6402c87
Showing 1 changed file with 28 additions and 22 deletions.
50 changes: 28 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,34 @@ commandline hexadecimal editor able to open disk files,
but later support for analyzing binaries, disassembling
code, debugging programs, attaching to remote gdb servers, ..

radare2 is portable.

* **Architectures:**
* 6502, 8051, CRIS, H8/300, LH5801, T8200, arc, arm, avr, bf, blackfin, xap,
dalvik, dcpu16, gameboy, i386, i4004, i8080, m68k, malbolge, mips, msil,
msp430, nios II, powerpc, rar, sh, snes, sparc, tms320 (c54x c55x c55+), V810,
x86-64, zimg, risc-v.

* **File Formats:**
* ELF, Mach-O, Fatmach-O, PE, PE+, MZ, COFF, OMF, TE, XBE, BIOS/UEFI,
Dyldcache, DEX, ART, CGC, Java class, Android boot image, Plan9 executable,
ZIMG, MBN/SBL bootloader, ELF coredump, MDMP (Windows minidump),
WASM (WebAssembly binary), Commodore VICE emulator,
Game Boy (Advance), Nintendo DS ROMs and Nintendo 3DS FIRMs, various filesystems.

* **Operating Systems:**
* Android, GNU/Linux, [Net|Free|Open]BSD, iOS, OSX, QNX, w32,
w64, Solaris, Haiku, FirefoxOS

* **Bindings:**
* Vala/Genie, Python (2, 3), NodeJS, Lua, Go, Perl,
Guile, php5, newlisp, Ruby, Java, OCaml, ...
radare2 is portable.

## Architectures

i386, x86-64, ARM, MIPS, PowerPC, SPARC, RISC-V, SH, m68k, AVR, XAP,
System Z, XCore, CR16, HPPA, ARC, Blackfin, Z80, H8/300, V810, V850,
CRIS, XAP, PIC, LM32, 8051, 6502, i4004, i8080, Propeller, Tricore, Chip8
LH5801, T8200, GameBoy, SNES, MSP430, Xtensa, NIOS II,
Dalvik, WebAssembly, MSIL, EBC, TMS320 (c54x, c55x, c55+, c66),
Hexagon, Brainfuck, Malbolge, DCPU16

## File Formats

ELF, Mach-O, Fatmach-O, PE, PE+, MZ, COFF, OMF, TE, XBE, BIOS/UEFI,
Dyldcache, DEX, ART, CGC, Java class, Android boot image, Plan9 executable,
ZIMG, MBN/SBL bootloader, ELF coredump, MDMP (Windows minidump),
WASM (WebAssembly binary), Commodore VICE emulator,
Game Boy (Advance), Nintendo DS ROMs and Nintendo 3DS FIRMs, various filesystems.

## Operating Systems

Windows (since XP), GNU/Linux, OS X, [Net|Free|Open]BSD,
Android, iOS, OSX, QNX, Solaris, Haiku, FirefoxOS

## Bindings

Vala/Genie, Python (2, 3), NodeJS, Lua, Go, Perl,
Guile, PHP, Newlisp, Ruby, Java, OCaml, ...

# Dependencies

Expand Down

0 comments on commit 6402c87

Please sign in to comment.