Baseer 0.2.0
Baseer is an advanced binary analysis tool designed to provide deep insights into any file.
Loading...
Searching...
No Matches
bx_default.h
Go to the documentation of this file.
1
5#ifndef BX_DEFAULT_H
6#define BX_DEFAULT_H
7#include <stdbool.h>
8
9#include "../../baseer.h"
10
11bool bx_default(baseer_target_t *target, unsigned int index, void *arg);
12#endif
Core file handling and execution API for Baseer.
Struct representing a file target in memory or streaming mode.
Definition baseer.h:113