Constructor for the obfuscation module.
| 361 | |
| 362 | // Constructor for the obfuscation module. |
| 363 | cobf::cobf(string pe_path) : pe_path(pe_path) |
| 364 | { |
| 365 | // Seed. |
| 366 | srand((DWORD)time(NULL)); |
| 367 | }; |
| 368 | |
| 369 | #endif // !LOAD_CPP. |
nothing calls this directly
no outgoing calls
no test coverage detected