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

Method cobf

src/load.cpp:363–367  ·  view source on GitHub ↗

Constructor for the obfuscation module.

Source from the content-addressed store, hash-verified

361
362// Constructor for the obfuscation module.
363cobf::cobf(string pe_path) : pe_path(pe_path)
364{
365 // Seed.
366 srand((DWORD)time(NULL));
367};
368
369#endif // !LOAD_CPP.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected