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

Method obfuscate

src/obfuscate.cpp:615–621  ·  view source on GitHub ↗

Obfuscate by name.

Source from the content-addressed store, hash-verified

613
614// Obfuscate by name.
615VOID cobf::csym::obfuscate(string o_sym)
616{
617 // Obfuscate.
618 this->obf_name = o_sym;
619 this->to_name = TRUE;
620 this->obfuscated = TRUE;
621};
622
623// Obfuscate by ordinal.
624VOID cobf::csym::obfuscate(WORD o_ord)

Callers 1

obf_sym_internalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected