radare2/libr/io/p
2020-04-28 22:09:30 +02:00
..
ar.mk
bfdbg.mk
bochs.mk
debug.mk
default.mk
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
gzip.mk
http.mk
ihex.mk
io_ar.c
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 Fixes for windows debugger - ##windows ##debug (#16717) 2020-04-26 11:54:36 +08:00
io_default.c Fix regression loading large files (>2GB) on 32bit systems ##io (#16648) 2020-04-28 22:09:30 +02:00
io_gdb.c Use ut64 in counter for gdb.write via LGTM (#16672) 2020-04-22 01:24:40 +02: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
io_gzip.c Make size arg of r_file_slurp() size_t (#16221) 2020-03-15 23:34:38 +01:00
io_http.c
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
io_procpid.c
io_ptrace.c Fix #16432 - openbsd fork+attach EBUSY issue ##debug (#16505) 2020-04-11 01:56:50 +02:00
io_qnx.c
io_r2k_linux.c Initial refactoring of the rap:// protocol (-75 LOC) ##socket (#16534) 2020-04-12 16:40:55 +02:00
io_r2k_linux.h
io_r2k_windows.c
io_r2k_windows.h
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
io_r2pipe.c
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
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 Fixes for windows debugger - ##windows ##debug (#16717) 2020-04-26 11:54:36 +08:00
io_windbg.c Fixed overflow that broke remote debugger reopening ##debug (#15525) 2019-11-29 11:36:28 +01:00
io_winedbg.c Fix last coverities 2020-04-13 23:57:16 +02: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
malloc.mk
mmap.mk
null.mk
procpid.mk
ptrace.mk
qnx.mk
r2k.mk
r2pipe.mk
r2web.mk
rap.mk
rbuf.mk
self.mk
shm.mk
sparse.mk
tcp.mk
w32.mk
w32dbg.mk
windbg.mk
winedbg.mk
zip.mk