59 static std::string
formatName(std::string name);
83 const size_t thisNameLen = this->funcName.length();
84 const size_t otherNameLen = other.
funcName.length();
85 if (thisNameLen == 0 && otherNameLen > 0) {
88 if (thisNameLen > 0 && otherNameLen == 0) {
96 if (thisNameLen == 0 || otherNameLen == 0) {
99 if (thisNameLen != otherNameLen) {
100 return thisNameLen < otherNameLen;
bool operator<(const ExportedFunc &other) const
std::string nameToString() const
static std::string formatName(std::string name)
std::string toString() const
bool is_ordinal_string(const std::string &str)
std::string ordinal_to_string(DWORD func_ordinal)
size_t forwarder_name_len(BYTE *fPtr)
std::string get_func_name(const std::string &str)
std::string format_dll_func(const std::string &str)
DWORD ordinal_string_to_val(const std::string &str)
std::string get_dll_shortname(const std::string &str)