.. |
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 |
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
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +02:00 |
io_bochs.c
|
Refactor r_io, while fixing some bugs and use more RList
|
2016-06-20 00:29:41 +02:00 |
io_debug.c
|
Fix some clang-analyzer issues
|
2017-05-29 15:01:11 +02:00 |
io_default.c
|
Fixes for MSVC
|
2017-05-09 23:53:20 +02:00 |
io_gdb.c
|
Fix for incorrect pc after breakpoint, in x86 gdb (using signal 5)
|
2017-07-04 19:44:09 +02:00 |
io_gzip.c
|
Fix indent for io.gzip
|
2016-12-26 03:43:59 +01:00 |
io_http.c
|
Fix 1 byte write issue in io.http and io.tcp
|
2016-10-19 15:16:14 +02:00 |
io_ihex.c
|
Fix more CIDs, memleaks mainly
|
2016-12-19 04:21:56 +01:00 |
io_mach.c
|
Avoid trash to be read when the XNU process die
|
2016-12-28 12:46:29 +01:00 |
io_malloc.c
|
Initial support of linux-arm-32 for ragg2-cc
|
2016-11-14 04:24:50 +01:00 |
io_mmap.c
|
More boolification and code cleanup -70LOC
|
2016-06-29 11:35:16 +02:00 |
io_null.c
|
Fix warning in io_null.c
|
2017-04-06 00:24:49 +02:00 |
io_procpid.c
|
Fixes for windows and some are also global (#6936)
|
2017-03-08 08:49:31 +01:00 |
io_ptrace.c
|
Fix @i:
|
2016-10-08 03:10:12 +02:00 |
io_qnx.c
|
Refactor r_io, while fixing some bugs and use more RList
|
2016-06-20 00:29:41 +02:00 |
io_r2k_linux.c
|
Fix hexdump offset in zoom mode
|
2017-06-06 10:45:01 +02:00 |
io_r2k_linux.h
|
Add write-protect support linux r2k
|
2016-12-29 00:20:08 +01:00 |
io_r2k_windows.c
|
Split io_r2k.c into windows and linux files differently. Additional minor fixes in linux integration. (#6352)
|
2016-12-21 08:58:48 +01:00 |
io_r2k_windows.h
|
Split io_r2k.c into windows and linux files differently. Additional minor fixes in linux integration. (#6352)
|
2016-12-21 08:58:48 +01:00 |
io_r2k.c
|
Disable r2k for GNU Hurd
|
2017-02-08 12:33:29 +01: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
|
Fixes for MSVC
|
2017-05-09 23:53:20 +02:00 |
io_r2web.c
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +02:00 |
io_rap.c
|
Some more tiny changes comming from siol into master
|
2017-03-15 11:06:19 +01:00 |
io_self.c
|
Fixes for MSVC
|
2017-05-09 23:53:20 +02:00 |
io_shm.c
|
Fixes for windows and some are also global (#6936)
|
2017-03-08 08:49:31 +01:00 |
io_sparse.c
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +02:00 |
io_tcp.c
|
Fix some meamleaks (#6156)
|
2016-11-09 02:28:14 +01:00 |
io_w32.c
|
Fixes for MSVC
|
2017-05-09 23:53:20 +02:00 |
io_w32dbg.c
|
Fix issue #7168 r2pipe-http debugging fails on w32
|
2017-04-11 17:50:54 +02:00 |
io_windbg.c
|
Refactor r_io, while fixing some bugs and use more RList
|
2016-06-20 00:29:41 +02:00 |
io_zip.c
|
Blindfix a null deref and 2 byte overflow in disasm
|
2017-06-01 23:57:36 +02:00 |
mach.mk
|
Honor LDFLAGS in more places (Thanks Gentoo guys for noticing)
|
2015-01-27 17:46:56 +01:00 |
Makefile
|
Implement io.r2k for Windows
|
2016-08-02 00:58:39 +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
|
more r2k (#6362)
|
2016-12-22 14:25:00 +01: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 |
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
|
Honor LDFLAGS in more places (Thanks Gentoo guys for noticing)
|
2015-01-27 17:46:56 +01:00 |
windbg.mk
|
Improved MSVC support (WIP)
|
2017-05-09 14:25:57 +02:00 |
zip.mk
|
Remove more r_lib references
|
2014-01-18 02:52:49 +01:00 |