MCPcopy Create free account
hub / github.com/d35ha/CallObfuscator / check_sym

Method check_sym

src/obfuscate.cpp:600–605  ·  view source on GitHub ↗

Check the symbol name.

Source from the content-addressed store, hash-verified

598
599// Check the symbol name.
600BOOL cobf::csym::check_sym(string n_sym)
601{
602 // Extra check if imported by name.
603 return this->by_name && match_wildcard(n_sym.c_str(),
604 this->sym_name.c_str());
605};
606
607// Check the symbol ordinal.
608BOOL cobf::csym::check_sym(WORD n_ord)

Callers 1

find_symbolsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected