radare2/libr/io/p
pancake 020dd97a8b * Fix many segfaults discovered in OpenBSD
* Fix segfaults caused by read buffer overflow in x86im
  - use a 16 byte delta buffer in function and basic block analysis
* Fix r_list_delete segfault caused by an use-after-free bug
  - Thanks Edd Barrett for notifying :)
* Clean up many warnings reported by OpenBSD's gcc
* Reduce analysis depth to 50
* Fix OpenBSD syscall definitions and fix generator python script
2011-04-03 02:43:15 +02:00
..
debug.mk * Fix w32 build 2010-03-25 10:18:59 +01:00
gdb.mk * Merge old w32 build fix 2010-08-08 19:03:51 +02:00
haret.mk * Fix build of io_haret plugin 2011-03-13 21:00:46 +01:00
io_debug.c * Add another hack to fix build of debugger on BSD systems 2011-04-01 19:25:48 +02:00
io_ewf.c * Add ewf plugin using the new r_io plugin abi 2011-01-23 00:18:26 +01:00
io_gdb.c Removed eprintfs and warnings from io_gdb 2011-04-07 21:16:32 +02:00
io_haret.c * Use getaddrinfo instead of gethostbyname (Thanks Adriana for the patch!) 2011-03-27 17:44:27 +02:00
io_mach.c * Honor console width in visual mode 2011-03-24 22:47:06 +01:00
io_malloc.c * Much more fixes for the new r_io 2011-01-21 00:21:32 +01:00
io_procpid.c * Do not show registers if sync fails 2011-01-21 09:17:14 +01:00
io_ptrace.c * Fix many segfaults discovered in OpenBSD 2011-04-03 02:43:15 +02:00
io_rap.c * Some fixes in the rap protocol 2011-04-17 20:58:32 +02:00
io_shm.c * Fix build on W32 2011-03-10 11:36:16 +01:00
io_w32dbg.c * Honor console width in visual mode 2011-03-24 22:47:06 +01:00
mach.mk * Huge r_io refactoring 2011-01-20 22:52:16 +01:00
Makefile * Fix build on W32 2011-03-10 11:36:16 +01:00
malloc.mk * Huge r_io refactoring 2011-01-20 22:52:16 +01:00
procpid.mk * Initial import of the procpid IO plugin 2010-05-21 19:05:53 +02:00
ptrace.mk * Fix w32 build 2010-03-25 10:18:59 +01:00
rap.mk * Initial implementation of the rap:// IO plugin 2010-08-22 21:42:08 +02:00
README * Fix build issues - fix build order 2009-02-05 22:28:33 +01:00
shm.mk * Huge r_io refactoring 2011-01-20 22:52:16 +01:00
w32.mk * Add ewf plugin using the new r_io plugin abi 2011-01-23 00:18:26 +01:00
w32dbg.mk * Initial work on w32dbg IO, fork and attach still incomplete 2010-04-14 23:56:27 +02:00

This directory contains plugins using the libr_io API.