radare2/libr/io/p
2018-07-05 11:48:56 +02:00
..
ar.mk Added ar:// 2017-08-17 14:38:43 +08:00
bfdbg.mk Initial stub for gdbserver support 2017-05-22 19:37:48 +02:00
bochs.mk Improved MSVC support (WIP) 2017-05-09 14:25:57 +02: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 Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
gprobe.mk io: Add gprobe plugin (#9735) 2018-03-21 10:07:55 +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_ar.c Ar fixes (Added filename table) 2017-08-23 01:07:21 +02:00
io_bfdbg.c Fix typo regarding byte size (#9067) 2017-12-27 18:33:58 +01:00
io_bochs.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
io_debug.c Fix build 2018-05-31 10:46:49 +02:00
io_default.c Kill the R_ITV defines (-8LOC) 2018-06-15 01:20:39 +02:00
io_gdb.c Fix more crashes related to reopen gdb:// 2018-02-18 03:18:30 +01:00
io_gprobe.c Fixed some covs (#10621) 2018-07-05 11:48:56 +02:00
io_gprobe.h Inline time.h timer api if not available :? 2018-05-21 02:22:17 +02:00
io_gzip.c Fix typo regarding byte size (#9067) 2017-12-27 18:33:58 +01:00
io_http.c Fix typo regarding byte size (#9067) 2017-12-27 18:33:58 +01:00
io_ihex.c Fix return value for RBuffer.sparse when reading beyond the end 2018-04-24 13:15:25 +02:00
io_mach.c Fix typo regarding byte size (#9067) 2017-12-27 18:33:58 +01:00
io_malloc.c Fix typo regarding byte size (#9067) 2017-12-27 18:33:58 +01:00
io_mmap.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
io_null.c memset to 0x00 in null plugin io 2017-08-22 22:59:40 +02:00
io_procpid.c Fix int -> char* for RIO.System 2017-10-24 13:50:05 +02:00
io_ptrace.c Fix int -> char* for RIO.System 2017-10-24 13:50:05 +02:00
io_qnx.c More code cleanup and tweaks for char* r_io_system 2017-10-23 00:45:01 +02:00
io_r2k_linux.c Add task_struct info in \p* for r2k.linux 2018-05-25 16:50:17 +02:00
io_r2k_linux.h Add task_struct address in linux r2k procinfo 2018-05-25 14:31:16 +02:00
io_r2k_windows.c Renaming char_to_w32 => utf8_to_utf16 2017-11-03 10:27:18 +08:00
io_r2k_windows.h Convert char to windows unicode 2017-11-03 10:27:18 +08:00
io_r2k.c Hex numbers start in 0x (in r2k too) 2018-04-02 20:00:39 +02:00
io_r2pipe-test.js Fix r2pipe:// (initial \x00 issue and cmd chop messages properly) 2016-08-27 02:32:43 +02:00
io_r2pipe.c More code cleanup and tweaks for char* r_io_system 2017-10-23 00:45:01 +02:00
io_r2web.c More code cleanup and tweaks for char* r_io_system 2017-10-23 00:45:01 +02:00
io_rap.c Fix #9015 - use after free when quitting main thread having background server threads 2017-12-18 13:27:26 +01:00
io_rbuf.c cleanup rbufplug and make it a usual plugin 2017-08-19 22:45:43 +00:00
io_self.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
io_shm.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
io_sparse.c Fix typo regarding byte size (#9067) 2017-12-27 18:33:58 +01:00
io_tcp.c Fix typo regarding byte size (#9067) 2017-12-27 18:33:58 +01:00
io_w32.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
io_w32dbg.c GCC also should understand this syntax 2017-12-09 19:29:54 +08:00
io_windbg.c Fix windbg io perms 2018-06-15 00:37:59 +02:00
io_winedbg.c Fix visual hang in winedbg:// and implement dr* 2018-06-25 11:49:18 +02:00
io_zip.c Fix Segmentation fault in io_zip for IPA files (#9262) 2018-01-29 23:46:26 +01:00
mach.mk Honor LDFLAGS in more places (Thanks Gentoo guys for noticing) 2015-01-27 17:46:56 +01:00
Makefile io: Add gprobe plugin (#9735) 2018-03-21 10:07:55 +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
null.mk Initial import of the io.null plugin and doc/siol.md 2017-03-21 20:00:35 +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
qnx.mk Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
r2k.mk Convert char to windows unicode 2017-11-03 10:27:18 +08:00
r2pipe.mk Initial import of the r2pipe-io plugin 2015-05-13 12:39:51 +02:00
r2web.mk Initial import of r2web:// io plugin 2015-06-06 03:02:35 +02:00
rap.mk Remove more r_lib references 2014-01-18 02:52:49 +01:00
rbuf.mk cleanup rbufplug and make it a usual plugin 2017-08-19 22:45:43 +00:00
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
sparse.mk Add RBufferSparse API and sparse:// io plugin 2015-03-16 01:19:25 +01:00
tcp.mk Initial import of io.tcp + rsocket cleanup 2016-10-18 14:26:20 +02:00
w32.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
w32dbg.mk mingw32 fixes 2017-08-18 19:45:38 +02:00
windbg.mk Renamed windbg plugin (#8117) 2017-08-03 14:58:39 +02:00
winedbg.mk Oops add missing files 2017-09-27 03:27:27 +02:00
zip.mk Remove more r_lib references 2014-01-18 02:52:49 +01:00