Baseer 0.2.0
Baseer is an advanced binary analysis tool designed to provide deep insights into any file.
Loading...
Searching...
No Matches
b_CLI.h
1#ifndef B_CLI
2#define B_CLI
3
4#include "../baseer.h"
6#include <dirent.h>
7
8void baseer_CLI(void);
9void parse_args(inputs *input);
10
11#endif
Core file handling and execution API for Baseer.
Functions to handle and identify file types using magic numbers.
Struct representing command-line inputs.
Definition baseer.h:94