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

Unloading DLL in the target Windows. More...

#include "pch.h"

Functions

NTSTATUS DllInitialize (_In_ PUNICODE_STRING RegistryPath)
 
NTSTATUS DllUnload (VOID)
 

Detailed Description

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

◆ DllInitialize()

NTSTATUS DllInitialize ( _In_ PUNICODE_STRING RegistryPath)
24{
25 UNREFERENCED_PARAMETER(RegistryPath);
26
27 return STATUS_SUCCESS;
28}

◆ DllUnload()

NTSTATUS DllUnload ( VOID )
32{
33 return STATUS_SUCCESS;
34}