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
3
#include "
../bparser/bparser.h
"
4
#include "
../../baseer.h
"
5
#include <elf.h>
6
#include<string.h>
7
8
bool
print_meta_data
(
bparser
* parser,
void
* args);
9
10
#endif
print_meta_data
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
baseer.h
Core file handling and execution API for Baseer.
bparser.h
Binary parser abstraction supporting memory and streaming files.
bparser
Parser object.
Definition
bparser.h:19
modules
b_tar_metadata
b_tar_metadata.h
Generated by
1.14.0