![]() |
Baseer 0.2.0
Baseer is an advanced binary analysis tool designed to provide deep insights into any file.
|
Struct representing a file target in memory or streaming mode. More...
#include <baseer.h>
Public Attributes | |
| FILE * | fp |
| baseer_mode_t | mode |
| unsigned int | size |
| void * | block |
Struct representing a file target in memory or streaming mode.
| void* baseer_target_t::block |
Memory block or FILE* cast
| FILE* baseer_target_t::fp |
File pointer
| baseer_mode_t baseer_target_t::mode |
File access mode
| unsigned int baseer_target_t::size |
File size in bytes