Baseer 0.2.0
Baseer is an advanced binary analysis tool designed to provide deep insights into any file.
Loading...
Searching...
No Matches
baseer_target_t Struct Reference

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

Detailed Description

Struct representing a file target in memory or streaming mode.

Member Data Documentation

◆ block

void* baseer_target_t::block

Memory block or FILE* cast

◆ fp

FILE* baseer_target_t::fp

File pointer

◆ mode

baseer_mode_t baseer_target_t::mode

File access mode

◆ size

unsigned int baseer_target_t::size

File size in bytes


The documentation for this struct was generated from the following file: