hackedteam/core-packer

View on GitHub
core-packer/decrypt.h

Summary

Maintainability
Test Coverage
#ifndef __DECRYPT_H_

#ifdef _BUILD32
    BOOL WINAPI decrypt(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved);
#else
    BOOL WINAPI decrypt(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved);
#endif

#endif