This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
radare2
Watch
1
Star
0
Fork
0
You've already forked radare2
mirror of
https://github.com/radareorg/radare2.git
synced
2025-01-23 22:36:27 +00:00
Code
Issues
Actions
7
Packages
Projects
Releases
Wiki
Activity
radare2
/
libr
/
io
/
p
History
pancake
bb4dadc0a9
Honor R_IO_WRITE open flag
2014-06-20 17:02:57 +02:00
..
bfdbg.mk
Remove more r_lib references
2014-01-18 02:52:49 +01:00
debug.mk
Remove more r_lib references
2014-01-18 02:52:49 +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
ewf.mk
Remove more r_lib references
2014-01-18 02:52:49 +01:00
gdb.mk
Fix linkage of gdbr on w32
2014-03-03 18:57:21 +01:00
haret.mk
Remove more r_lib references
2014-01-18 02:52:49 +01: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 CID 1134851
2014-05-11 13:31:59 +02:00
io_debug.c
Fix some warnings
2014-02-24 12:18:07 +01:00
io_default.c
Honor R_IO_WRITE open flag
2014-06-20 17:02:57 +02:00
io_ewf.c
Use strncmp instead of memcmp to check the io uri
2014-02-18 03:03:13 +01:00
io_gdb.c
Fix CID 1191355
2014-04-30 02:19:55 +04:00
io_haret.c
Use strncmp instead of memcmp to check the io uri
2014-02-18 03:03:13 +01:00
io_http.c
Fix CID 1135045 and some GCC warnings
2014-05-11 13:34:55 +02:00
io_ihex.c
Fix CID 1134991
2014-05-04 18:30:17 +04:00
io_mach.c
Fix cmd_pD tests by handling addressing overflows
2014-06-05 03:29:11 +02:00
io_malloc.c
Fix
#1004
- x86 "sete" not supported
#1004
2014-06-10 16:24:01 +02:00
io_mmap.c
Fix some warnings
2014-06-04 22:33:56 +02:00
io_procpid.c
Fix CID 1134511
2014-05-11 13:28:39 +02:00
io_ptrace.c
Fix io/ptrace plugin on Linux
2014-05-26 11:33:39 +02:00
io_rap.c
Fix CID 1135070 and some GCC warnings
2014-05-11 13:41:21 +02:00
io_self.c
Fix CID 1171364
2014-04-30 02:38:04 +04:00
io_shm.c
Use strncmp instead of memcmp to check the io uri
2014-02-18 03:03:13 +01:00
io_w32.c
Use strncmp instead of memcmp to check the io uri
2014-02-18 03:03:13 +01:00
io_w32dbg.c
Use strncmp instead of memcmp to check the io uri
2014-02-18 03:03:13 +01:00
io_zip.c
Fix CID 1134867
2014-05-03 04:29:10 +04:00
mach.mk
Remove more r_lib references
2014-01-18 02:52:49 +01:00
Makefile
Fix mingw32 build of libzip
2013-11-15 01:25:34 +01:00
malloc.mk
Remove more r_lib references
2014-01-18 02:52:49 +01:00
mmap.mk
Remove more r_lib references
2014-01-18 02:52:49 +01:00
procpid.mk
Remove more r_lib references
2014-01-18 02:52:49 +01:00
ptrace.mk
Remove more r_lib references
2014-01-18 02:52:49 +01:00
rap.mk
Remove more r_lib references
2014-01-18 02:52:49 +01:00
README
…
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
Remove more r_lib references
2014-01-18 02:52:49 +01:00
w32.mk
…
w32dbg.mk
Fix w32 build
2013-11-04 03:37:43 +01:00
zip.mk
Remove more r_lib references
2014-01-18 02:52:49 +01:00
README
This directory contains plugins using the libr_io API.