.. |
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
|
|
|
default.mk
|
|
|
fd.mk
|
Initial implementation of io.fd plugin ##io (#17158)
|
2020-07-08 11:28:08 +08: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
|
|
|
http.mk
|
|
|
ihex.mk
|
|
|
io_ar.c
|
Add arall:// and liball:// open_many plugins #io (#18196)
|
2021-01-10 17:34:38 +01: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
|
Make use of dbg.args on *nix and macos (#17846)
|
2020-10-26 13:56:59 +08:00 |
io_default.c
|
Kill RIODesc.obsz ##io (#17715)
|
2020-09-27 10:01:23 +02:00 |
io_fd.c
|
Initial implementation of io.fd plugin ##io (#17158)
|
2020-07-08 11:28:08 +08:00 |
io_gdb.c
|
Fix dead increments
|
2021-01-25 00:34:58 +01:00 |
io_gprobe.c
|
Haiku build fix proposal (#17117) ##sys
|
2020-06-27 17:20:43 +02: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
|
Fix warning
|
2021-01-13 01:31:59 +01: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
|
Implement slurp:// uri handler plugin ##io (#18424)
|
2021-03-08 12:08:39 +01: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
|
Enable is_pid_already_attached for NetBSD ##io (#17457)
|
2020-08-13 09:55:54 +08:00 |
io_qnx.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
io_r2k_linux.c
|
Fix ARM64 format warnings (#17914)
|
2020-11-11 10:12:16 +08: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
|
Multiple refactors in io and util ##io ##util ##refactor
|
2020-12-13 05:09:13 +01: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
|
Initial refactoring of the rap:// protocol (-75 LOC) ##socket (#16534)
|
2020-04-12 16:40:55 +02:00 |
io_rbuf.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
io_self.c
|
Fix 32 critical COVs (UAF, UB and OOB) (#18077)
|
2020-12-21 01:10:22 +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
|
Reuse code in memory-based io plugins ##refactor
|
2021-01-13 01:22:42 +01:00 |
io_w32.c
|
Implement pde to disassemble following code execution ##disasm (#17410)
|
2020-08-13 10:05:38 +08:00 |
io_w32dbg.c
|
Fix some warnings
|
2020-11-16 18:56:21 +08:00 |
io_windbg.c
|
Fix not being able to return from debug when using WinDbg(DbgEng) ##debug
|
2020-11-10 12:22:09 +08:00 |
io_winedbg.c
|
Use (void) instead of () in function signatures (#17026) ##refactoring
|
2020-06-14 16:08:32 +02:00 |
io_winkd.c
|
Add help message for winkd://? and improve desc ##io
|
2021-02-14 03:19:24 +01: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
|
|
|
Makefile
|
Add DbgEng based debug backend for Windows ##debug (#17491)
|
2020-08-24 19:01:10 +08:00 |
malloc.mk
|
|
|
mmap.mk
|
|
|
null.mk
|
Initial import of the io.null plugin and doc/siol.md
|
2017-03-21 20:00:35 +01:00 |
procpid.mk
|
|
|
ptrace.mk
|
|
|
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
|
|
|
rbuf.mk
|
cleanup rbufplug and make it a usual plugin
|
2017-08-19 22:45:43 +00:00 |
self.mk
|
|
|
shm.mk
|
|
|
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 |
winedbg.mk
|
Oops add missing files
|
2017-09-27 03:27:27 +02:00 |
winkd.mk
|
Add network support for WinDbg/KD (KDNET) ##debug (#17340)
|
2020-08-26 10:24:20 +08:00 |
zip.mk
|
|
|