radare2/libr/fs
Francesco Tamagni c971176e41 Tweak fs.io
- fs_io_open: expects the io plugin to return the file size as an usigned int string
- fs_io_read: use name instead of path (because fs_io_open sets the name as absolute path) and require the io plugin to provide file contents as hex encoded string
- fs_io_dir: honor the type provided by the io plugin as a single char followed by a space in each line of the output
2017-10-31 00:22:33 +01:00
..
d Fix #2634 - Open projects webui when no file is opened 2015-05-28 00:59:37 +02:00
p Tweak fs.io 2017-10-31 00:22:33 +01:00
file.c Update SDB fixing stack exhaustion in merge sort and enhance indentation scripts 2017-02-12 22:44:13 +01:00
fs.c Fix mg infinite recursivity issue, add fq and fsq commands and handle /flags in fs.r2 2017-10-23 12:54:03 +02:00
Makefile build cleanup focused on possibility to control the lib directories with the build parameters 2015-10-27 03:26:45 +01:00
meson.build support for static build (#7822) 2017-06-28 22:54:40 +02:00
test.rsc
types.h