.. |
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
|
Added break to gdbserver vCont and refactored the code to use locks (#15433)
|
2019-11-10 19:03:56 +01: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
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
io_bfdbg.c
|
Make size arg of r_file_slurp() size_t (#16221)
|
2020-03-15 23:34:38 +01:00 |
io_bochs.c
|
Replace some strstr() calls with strchr()
|
2019-12-15 23:37:27 +01:00 |
io_debug.c
|
Fix #16432 - openbsd fork+attach EBUSY issue ##debug (#16505)
|
2020-04-11 01:56:50 +02:00 |
io_default.c
|
r_buffer: do not move seek when using _at APIs (#16401) ##util
|
2020-04-04 10:31:48 +02:00 |
io_gdb.c
|
Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056)
|
2020-03-02 21:39:37 +01:00 |
io_gprobe.c
|
Fix #16138 - Do not preincrement when it's not necessary (#16151)
|
2020-03-05 19:06:59 +01:00 |
io_gprobe.h
|
Inline time.h timer api if not available :?
|
2018-05-21 02:22:17 +02:00 |
io_gzip.c
|
Make size arg of r_file_slurp() size_t (#16221)
|
2020-03-15 23:34:38 +01:00 |
io_http.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
io_ihex.c
|
r_buffer: do not move seek when using _at APIs (#16401) ##util
|
2020-04-04 10:31:48 +02:00 |
io_mach.c
|
Mach-O io: mem leak fix proposal. (#15829)
|
2020-01-17 13:31:09 +08:00 |
io_malloc.c
|
Fix wrong return value in error path (#16201)
|
2020-03-13 12:13:57 +08:00 |
io_mmap.c
|
r_buffer: do not move seek when using _at APIs (#16401) ##util
|
2020-04-04 10:31:48 +02:00 |
io_null.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
io_procpid.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
io_ptrace.c
|
Fix #16432 - openbsd fork+attach EBUSY issue ##debug (#16505)
|
2020-04-11 01:56:50 +02:00 |
io_qnx.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
io_r2k_linux.c
|
Add parentheses in macros where needed for safety (#11290)
|
2018-08-30 13:16:50 +02:00 |
io_r2k_linux.h
|
Fix #11918 - Moved r_print.h into r_util/r_print.h
|
2018-11-14 10:54:22 +01:00 |
io_r2k_windows.c
|
More spelling fixes in the code
|
2019-06-20 13:36:02 +08:00 |
io_r2k_windows.h
|
Fix #11918 - Moved r_print.h into r_util/r_print.h
|
2018-11-14 10:54:22 +01:00 |
io_r2k.c
|
Add support for io-plugin initialization via null system command =! (#14915) ##io
|
2019-08-28 02:34:59 +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
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
io_r2web.c
|
Add support for io-plugin initialization via null system command =! (#14915) ##io
|
2019-08-28 02:34:59 +02:00 |
io_rap.c
|
Fix potential bugs
|
2019-09-16 09:37:43 +02:00 |
io_rbuf.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
io_self.c
|
Fix fgets() usage (#16068)
|
2020-02-29 20:47:10 +01:00 |
io_shm.c
|
Remove the shm_open call until properly tested
|
2019-09-16 11:48:54 +02:00 |
io_sparse.c
|
r_buffer: do not move seek when using _at APIs (#16401) ##util
|
2020-04-04 10:31:48 +02:00 |
io_tcp.c
|
Use sigaction instead of signal ##core
|
2019-11-06 12:41:36 +01:00 |
io_w32.c
|
Fix some warnings (#15549)
|
2019-12-08 12:49:58 +01:00 |
io_w32dbg.c
|
Fix reading on invalid process memory ##windows (#15743)
|
2020-01-04 01:56:17 +01:00 |
io_windbg.c
|
Fixed overflow that broke remote debugger reopening ##debug (#15525)
|
2019-11-29 11:36:28 +01:00 |
io_winedbg.c
|
Some Coverity defect fixes (#15626)
|
2019-12-13 11:25:19 -06:00 |
io_zip.c
|
r_buffer: do not move seek when using _at APIs (#16401) ##util
|
2020-04-04 10:31:48 +02:00 |
mach.mk
|
Honor LDFLAGS in more places (Thanks Gentoo guys for noticing)
|
2015-01-27 17:46:56 +01:00 |
Makefile
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02: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
|
|
|
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 |