Baseer 0.2.0
Baseer is an advanced binary analysis tool designed to provide deep insights into any file.
Loading...
Searching...
No Matches
bx_tar.h
1#ifndef BX_TAR
2#define BX_TAR
4#include "../../baseer.h"
5#include <string.h>
6
7bool bx_tar(bparser* parser, void *arg);
8
9#endif
Core file handling and execution API for Baseer.
Binary parser abstraction supporting memory and streaming files.
Parser object.
Definition bparser.h:19