BearParser
Portable Executable parsing library (from PE-bear)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
bearparser.h
Go to the documentation of this file.
1#ifndef BEARPARSER_H
2#define BEARPARSER_H
3
4#define BEARPARSER_VERSION "0.5"
5
6#include <bearparser/core.h>
7#include <bearparser/pe.h>
8
9#endif //BEARPARSER_H
10