|
libPeConv
A library to load, manipulate, dump PE files.
|
#include "peconv/exported_func.h"#include <string>#include <algorithm>#include <sstream>#include <iomanip>#include <iostream>#include "peconv/file_util.h"Go to the source code of this file.
Namespaces | |
| namespace | peconv |
Functions | |
| bool | peconv::is_valid_extension (const std::string &ext) |
| std::string | peconv::remove_module_extension (IN const std::string str) |