.. |
bfdbg.mk
|
Remove more r_lib references
|
2014-01-18 02:52:49 +01:00 |
bochs.mk
|
Initial support for BOCHS (windows only for now)
|
2016-03-25 00:21:49 +01: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
|
Fix linkage of gdbr on w32
|
2014-03-03 18:57:21 +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_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 #5754 - Honor ./ and abspath in r_file_path for r2 -d
|
2016-09-15 12:52:50 +02:00 |
io_default.c
|
Fix build of nocache://
|
2016-08-15 01:04:27 +02:00 |
io_gdb.c
|
Add =!pkt in gdb:// and other minor fixes
|
2016-09-14 13:11:04 +02:00 |
io_gzip.c
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +02:00 |
io_http.c
|
More refactorings, reindent and cleanup on r_io
|
2016-06-20 09:12:44 +02:00 |
io_ihex.c
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +02:00 |
io_mach.c
|
Code cleanup -20LOC and get pagesize from target task in io.mach
|
2016-06-29 10:54:27 +02:00 |
io_malloc.c
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +02:00 |
io_mmap.c
|
More boolification and code cleanup -70LOC
|
2016-06-29 11:35:16 +02:00 |
io_procpid.c
|
More boolification and code cleanup -70LOC
|
2016-06-29 11:35:16 +02:00 |
io_ptrace.c
|
Code cleanup -20LOC and get pagesize from target task in io.mach
|
2016-06-29 10:54:27 +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.c
|
Fix io.r2k build on mingw
|
2016-08-02 13:47:45 +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
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +02:00 |
io_r2web.c
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +02:00 |
io_rap.c
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +02:00 |
io_self.c
|
Fix crash in self://
|
2016-09-05 04:35:05 +02:00 |
io_shm.c
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +02:00 |
io_sparse.c
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +02:00 |
io_w32.c
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +02:00 |
io_w32dbg.c
|
Refactor r_io, while fixing some bugs and use more RList
|
2016-06-20 00:29:41 +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
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +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 |
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
|
Introduce debug plugin for QNX pdebug interface
|
2016-04-22 11:45:51 +02:00 |
r2k.mk
|
Implement io.r2k for Windows
|
2016-08-02 00:58:39 +02: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 |
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
|
Initial WinDBG support
|
2014-12-07 19:32:45 +01:00 |
zip.mk
|
Remove more r_lib references
|
2014-01-18 02:52:49 +01:00 |