HyperDbg Debugger
Loading...
Searching...
No Matches
UnloadDll.h File Reference

Headers for unloading DLL in the target Windows. More...

Go to the source code of this file.

Functions

 __declspec (dllexport) NTSTATUS DllInitialize(_In_ PUNICODE_STRING RegistryPath)
 

Detailed Description

Headers for unloading DLL in the target Windows.

Author
Sina Karvandi (sina@.nosp@m.hype.nosp@m.rdbg..nosp@m.org)
Version
0.4
Date
2023-07-06

Function Documentation

◆ __declspec()

__declspec ( dllexport )
17{
18 UNREFERENCED_PARAMETER(RegistryPath);
19 return STATUS_SUCCESS;
20}