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
43b4a996ce
Fix shm crash and update sdb
2014-12-22 03:24:36 +01:00
..
bfdbg.mk
…
debug.mk
…
default.mk
…
ewf.mk
…
gdb.mk
…
gzip.mk
Initial import of the io.gzip plugin
2014-09-05 14:47:35 +02:00
haret.mk
…
http.mk
…
ihex.mk
…
io_bfdbg.c
Revert "Fixing the issue where file size exceeds size of an integer":
2014-09-20 15:33:59 +02:00
io_debug.c
bring back the non-rarun2 spawn for io-debug testing
2014-12-09 12:06:00 +01:00
io_default.c
Fix use-after-free in RCoreFile/RIO
2014-11-07 10:37:54 +01:00
io_ewf.c
…
io_gdb.c
Fix build
2014-12-07 19:37:03 +01:00
io_gzip.c
Fix 4GB issue file and some more warnings
2014-09-20 15:53:29 +02:00
io_haret.c
Finally remove the void*debug pointer from RIOPlugin (use bool isdbg)
2014-11-21 11:36:51 +01:00
io_http.c
…
io_ihex.c
…
io_mach.c
Finally remove the void*debug pointer from RIOPlugin (use bool isdbg)
2014-11-21 11:36:51 +01:00
io_malloc.c
Finally remove the void*debug pointer from RIOPlugin (use bool isdbg)
2014-11-21 11:36:51 +01:00
io_mmap.c
…
io_procpid.c
…
io_ptrace.c
Finally remove the void*debug pointer from RIOPlugin (use bool isdbg)
2014-11-21 11:36:51 +01:00
io_rap.c
…
io_self.c
Disable self:// in sandbox mode
2014-12-22 01:11:16 +01:00
io_shm.c
Fix shm crash and update sdb
2014-12-22 03:24:36 +01:00
io_w32.c
Fix
#1292
- Fix file create and write on w32
2014-09-15 03:35:02 +02:00
io_w32dbg.c
Finally remove the void*debug pointer from RIOPlugin (use bool isdbg)
2014-11-21 11:36:51 +01:00
io_windbg.c
Fix several build issues to make crosscompilation and w32 happy
2014-12-07 20:05:24 +01:00
io_zip.c
Finally remove the void*debug pointer from RIOPlugin (use bool isdbg)
2014-11-21 11:36:51 +01:00
mach.mk
…
Makefile
Initial WinDBG support
2014-12-07 19:32:45 +01:00
malloc.mk
…
mmap.mk
…
procpid.mk
…
ptrace.mk
…
rap.mk
…
README
…
self.mk
…
shm.mk
…
w32.mk
…
w32dbg.mk
…
windbg.mk
Initial WinDBG support
2014-12-07 19:32:45 +01:00
zip.mk
…
README
This directory contains plugins using the libr_io API.