Baseer 0.2.0
Baseer is an advanced binary analysis tool designed to provide deep insights into any file.
Loading...
Searching...
No Matches
ui.h
Go to the documentation of this file.
1#include "../baseer.h"
6
7#ifndef UI_H
8#define UI_H
9
13void print_banner(void);
14void print_usage(void);
15
16#endif
Core file handling and execution API for Baseer.
void print_banner(void)
Prints the Baseer banner.
Definition ui.c:10