Baseer 0.2.0
Baseer is an advanced binary analysis tool designed to provide deep insights into any file.
Loading...
Searching...
No Matches
b_tar_metadata.h
1#ifndef B_TAR_METADATA
2#define B_TAR_METADATA
4#include "../../baseer.h"
5#include <elf.h>
6#include<string.h>
7
8bool print_meta_data(bparser* parser, void* args);
9
10#endif
bool print_meta_data(bparser *parser, void *args)
Print high-level metadata of an ELF file and dispatch detailed dump functions.
Definition b_elf_metadata.c:420
Core file handling and execution API for Baseer.
Binary parser abstraction supporting memory and streaming files.
Parser object.
Definition bparser.h:19