38 bool dump_to_file(IN
const char *path, IN PBYTE dump_data, IN
size_t dump_size);
Definitions of the used buffer types. Functions for their allocation and deallocation.
void free_file(IN peconv::ALIGNED_BUF buffer)
std::string get_directory_name(IN const std::string full_path)
peconv::ALIGNED_BUF read_from_file(IN const char *path, IN OUT size_t &read_size)
peconv::ALIGNED_BUF load_file(IN const char *filename, OUT size_t &r_size)
bool dump_to_file(IN const char *path, IN PBYTE dump_data, IN size_t dump_size)
std::string get_file_name(IN const std::string full_path)