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

Method unobf_sym

src/obfuscate.cpp:68–70  ·  view source on GitHub ↗

Unobfuscate one symbol (name).

Source from the content-addressed store, hash-verified

66
67// Unobfuscate one symbol (name).
68cobf_error cobf::unobf_sym(string dll_name, string sym_name) {
69 return this->unobf_sym_internal(dll_name, sym_name);
70};
71
72// Unobfuscate one symbol (ordinal).
73cobf_error cobf::unobf_sym(string dll_name, WORD sym_ord) {

Callers

nothing calls this directly

Calls 1

unobf_sym_internalMethod · 0.95

Tested by

no test coverage detected