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-02-13 02:21:34 +00:00
Code
Issues
Actions
6
Packages
Projects
Releases
Wiki
Activity
radare2
/
libr
/
io
/
p
History
pancake
8f4d23a5ce
Initial implementation of io.map plugin
2013-03-12 01:50:55 +01: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
Fix w32 build
2012-09-26 23:30:46 +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
Initial implementation of io.map plugin
2013-03-12 01:50:55 +01:00
io_debug.c
Fix fcn lines in disasm, minor fix in meta
2012-12-06 03:11:40 +01:00
io_ewf.c
Update io_ewf plugin for latest API. Fix in configure
2013-03-01 02:00:22 +01:00
io_gdb.c
Implement http.allow firewall rule
2013-02-25 01:47:55 +01:00
io_haret.c
Fix build
2012-10-25 21:56:42 +02:00
io_http.c
Fix some bugs (nullptr, memleak) reported by clang-analyzer
2012-09-26 10:01:43 +02:00
io_mach.c
Initial implementation of io.map plugin
2013-03-12 01:50:55 +01:00
io_malloc.c
Add pfD (disasm). Fix VI and Vi with+without cursor
2013-02-25 09:36:07 +01:00
io_mmap.c
Initial implementation of io.map plugin
2013-03-12 01:50:55 +01:00
io_procpid.c
* Use null fot unsupported plugins
2011-10-08 23:39:06 +02:00
io_ptrace.c
Support for remote raw commands (client/server)
2012-11-05 02:00:34 +01:00
io_rap.c
Fix output of 'i'. fix rap:// connect
2013-01-02 03:34:17 +01:00
io_shm.c
Some initial work to support emscripten
2012-11-12 17:13:01 +01:00
io_w32.c
* Fix mingw32 build
2011-10-11 01:35:21 +02:00
io_w32dbg.c
Support for remote raw commands (client/server)
2012-11-05 02:00:34 +01:00
io_zip.c
Better r2 -L output. Sync spaces with rasm2/rabin2 -L
2013-03-03 03:23:52 +01:00
mach.mk
* Initial support for Android NDK build (fix build)
2011-09-25 06:57:13 +02:00
Makefile
Fix android build and add r_core->anal_define api
2012-09-03 01:27:52 +02:00
malloc.mk
* Initial support for Android NDK build (fix build)
2011-09-25 06:57:13 +02:00
mmap.mk
Initial implementation of io.map plugin
2013-03-12 01:50:55 +01:00
procpid.mk
* Fix farm
2011-09-26 02:10:25 +02:00
ptrace.mk
* Initial support for Android NDK build (fix build)
2011-09-25 06:57:13 +02:00
rap.mk
* Set library version number for plugins
2011-07-19 00:12:36 +02:00
README
* Fix build issues - fix build order
2009-02-05 22:28:33 +01:00
shm.mk
* Initial support for Android NDK build (fix build)
2011-09-25 06:57:13 +02:00
w32.mk
* Set library version number for plugins
2011-07-19 00:12:36 +02:00
w32dbg.mk
* Initial support for Android NDK build (fix build)
2011-09-25 06:57:13 +02:00
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.