mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-25 23:34:57 +00:00
8245e459f4
* Fix return values to int * Add support to mg to read files in chunks * Add support fs_io plugin when read files in chunks * Change return value to in in read and write of r_fs_plugin_t * Refactor code of mg command to support streaming * Truncate destination file if exists * Removing warnings due to incompatible pointer * Add offset and size optional parameters to mg cmd * Fix mg arguments management * Fix some return values in fs * Fix and refactor code to read files by chunks using mg * add format changes * Using r_num_math to parse the args * Fixing fs_r2 to remove some warnings * Remove some debug messages * Update libr/core/cmd_mount.c