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