mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 07:26:42 +00:00
c264147138
* Implement write support to r_io plugin dbg_ptrace * Fix libtcc lang plugin compilation problem * Use r_core_write_at instead of r_io_seek+r_io_write * Implement 'wa' command. - Integrated with visual mode (bind to 'a' key) - Added 'x' key in visual to write hexpair strings * Fix signature of 'assemble' function in r_asm (const u8 *) |
||
---|---|---|
.. | ||
p | ||
t | ||
desc.c | ||
handle.c | ||
io.c | ||
Makefile | ||
map.c | ||
README | ||
section.c | ||
undo.c | ||
undo.h |
R_IO ==== IO - manages basic IO DESC - file descriptor (stores seek, io_handler, ..) HANDLE - determines io backend by io plugins SECTION - allows virtual base addressing over the IO MAP - allows virtual maps at random address // TODO: - Can share storage UNDO - records all write ops allowing undo, redo, reset operations r_io_undo_* CACHE - caches write operations to emulate fake reads r_io_cache_*