This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
radare2
Watch
1
Star
0
Fork
0
You've already forked radare2
mirror of
https://github.com/radareorg/radare2.git
synced
2025-03-05 21:13:27 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
radare2
/
libr
/
io
/
p
History
Pau Oliva
739802b85c
fix unzip param order on android's busybox
2012-09-10 16:52:22 +02:00
..
bfdbg.mk
* r2 -D now accepts a dbg.backend (dh) argument
2011-10-08 12:10:30 +02:00
debug.mk
* Fix farm
2011-09-26 02:10:25 +02:00
ewf.mk
* Fix android farm build on osx
2012-03-31 03:54:44 +02:00
gdb.mk
Add 'id' command to show debug info
2012-08-15 02:15:37 +02:00
haret.mk
* Fix farm
2011-09-26 02:10:25 +02:00
http.mk
* Fix offbyone in asm.brainbuck bug
2011-10-07 01:16:45 +02:00
io_bfdbg.c
* Fix some warnings related to alloca(), %llx and O_BINARY for w32
2011-11-29 12:28:02 +01:00
io_debug.c
* Fix MZ check() (fixes PE64+ id in r_bin)
2012-05-30 01:35:41 +02:00
io_ewf.c
* apply rudi_s patch fixing multiple bugs
2012-02-12 23:45:04 +01:00
io_gdb.c
Initial working (again) version of gdb://
2012-08-08 17:43:51 +02:00
io_haret.c
…
io_http.c
* Use null fot unsupported plugins
2011-10-08 23:39:06 +02:00
io_mach.c
* Use null fot unsupported plugins
2011-10-08 23:39:06 +02:00
io_malloc.c
* Fix lot of regressions in command parsing
2012-02-27 02:02:44 +01:00
io_procpid.c
* Use null fot unsupported plugins
2011-10-08 23:39:06 +02:00
io_ptrace.c
* apply rudi_s patch fixing multiple bugs
2012-02-12 23:45:04 +01:00
io_rap.c
* Fix all dangerous bugs reported by llvm-analyzer
2011-11-14 22:46:23 +01:00
io_shm.c
* QNX/arm port (this is bb10 and playbook devices)
2012-06-01 14:50:24 +02:00
io_w32.c
* Fix mingw32 build
2011-10-11 01:35:21 +02:00
io_w32dbg.c
* Use null fot unsupported plugins
2011-10-08 23:39:06 +02:00
io_zip.c
fix unzip param order on android's busybox
2012-09-10 16:52:22 +02:00
mach.mk
…
Makefile
Fix android build and add r_core->anal_define api
2012-09-03 01:27:52 +02:00
malloc.mk
…
procpid.mk
* Fix farm
2011-09-26 02:10:25 +02:00
ptrace.mk
…
rap.mk
…
README
…
shm.mk
…
w32.mk
…
w32dbg.mk
…
zip.mk
Initial implementation of r_io.zip plugin
2012-09-07 03:26:38 +02:00
README
This directory contains plugins using the libr_io API.