Baseer 0.2.0
Baseer is an advanced binary analysis tool designed to provide deep insights into any file.
Loading...
Searching...
No Matches
bx_elf.h
1#ifndef BX_ELF_H
2#define BX_ELF_H
4#include "../../baseer.h"
5#include <elf.h>
6#include <string.h>
9#include "../bx_deElf/bx_deElf.h"
10#include "../bx_elf_disasm/bx_elf_disasm.h"
11
12bool bx_elf(bparser* parser, void *arg);
13
14#endif
ELF metadata extraction and printing interface for Baseer.
Core file handling and execution API for Baseer.
Binary parser abstraction supporting memory and streaming files.
Core definitions, structs, and function prototypes for the debugger.
Parser object.
Definition bparser.h:19