#include "parse.h" parsed_pe *ParsePEFromFile(const char *filePath) { return NULL; } void DestructParsedPE(parsed_pe *p) { return; }