radare2/libr/io/p
2015-01-31 00:50:05 +01:00
..
bfdbg.mk Remove more r_lib references 2014-01-18 02:52:49 +01:00
debug.mk Honor LDFLAGS in more places (Thanks Gentoo guys for noticing) 2015-01-27 17:46:56 +01:00
default.mk Overhauled how files are loaded. Now *all* files use an IO plugin the default one is mmap'ed 2014-05-01 20:13:57 -05:00
gdb.mk Fix linkage of gdbr on w32 2014-03-03 18:57:21 +01:00
gzip.mk Initial import of the io.gzip plugin 2014-09-05 14:47:35 +02:00
http.mk Remove more r_lib references 2014-01-18 02:52:49 +01:00
ihex.mk Remove more r_lib references 2014-01-18 02:52:49 +01:00
io_bfdbg.c Revert "Fixing the issue where file size exceeds size of an integer": 2014-09-20 15:33:59 +02:00
io_debug.c Fix r_cons_readline() signature and some code cleanup 2015-01-31 00:50:05 +01:00
io_default.c Fix use-after-free in RCoreFile/RIO 2014-11-07 10:37:54 +01:00
io_gdb.c Fix build 2014-12-07 19:37:03 +01:00
io_gzip.c Fix 4GB issue file and some more warnings 2014-09-20 15:53:29 +02:00
io_http.c Fix r_socket_http_answer() 2014-08-22 18:01:34 +02:00
io_ihex.c Fix CID 1134991 2014-05-04 18:30:17 +04:00
io_mach.c Finally remove the void*debug pointer from RIOPlugin (use bool isdbg) 2014-11-21 11:36:51 +01:00
io_malloc.c Finally remove the void*debug pointer from RIOPlugin (use bool isdbg) 2014-11-21 11:36:51 +01:00
io_mmap.c Fix some warnings 2014-06-04 22:33:56 +02:00
io_procpid.c Fix CID 1134511 2014-05-11 13:28:39 +02:00
io_ptrace.c Finally remove the void*debug pointer from RIOPlugin (use bool isdbg) 2014-11-21 11:36:51 +01:00
io_rap.c Fix CID 1135070 and some GCC warnings 2014-05-11 13:41:21 +02:00
io_self.c Disable self:// in sandbox mode 2014-12-22 01:11:16 +01:00
io_shm.c Fix shm crash and update sdb 2014-12-22 03:24:36 +01:00
io_w32.c Fix #1292 - Fix file create and write on w32 2014-09-15 03:35:02 +02:00
io_w32dbg.c Finally remove the void*debug pointer from RIOPlugin (use bool isdbg) 2014-11-21 11:36:51 +01:00
io_windbg.c Implement PipeIO for WinDBG on Windows 2015-01-29 01:49:53 +01:00
io_zip.c Finally remove the void*debug pointer from RIOPlugin (use bool isdbg) 2014-11-21 11:36:51 +01:00
mach.mk Honor LDFLAGS in more places (Thanks Gentoo guys for noticing) 2015-01-27 17:46:56 +01:00
Makefile Remove io/haret plugins (moved to r2e) 2015-01-27 18:35:48 +01:00
malloc.mk Honor LDFLAGS in more places (Thanks Gentoo guys for noticing) 2015-01-27 17:46:56 +01:00
mmap.mk Remove more r_lib references 2014-01-18 02:52:49 +01:00
procpid.mk Honor LDFLAGS in more places (Thanks Gentoo guys for noticing) 2015-01-27 17:46:56 +01:00
ptrace.mk Honor LDFLAGS in more places (Thanks Gentoo guys for noticing) 2015-01-27 17:46:56 +01:00
rap.mk Remove more r_lib references 2014-01-18 02:52:49 +01:00
README
self.mk Add Vo, fixes in $sys in RAsm, new io.self plugin, initial work on preloaded r2 2014-02-10 03:31:12 +01:00
shm.mk Honor LDFLAGS in more places (Thanks Gentoo guys for noticing) 2015-01-27 17:46:56 +01:00
w32.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
w32dbg.mk Honor LDFLAGS in more places (Thanks Gentoo guys for noticing) 2015-01-27 17:46:56 +01:00
windbg.mk Initial WinDBG support 2014-12-07 19:32:45 +01:00
zip.mk Remove more r_lib references 2014-01-18 02:52:49 +01:00

This directory contains plugins using the libr_io API.