Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F399096
ntinternal.c
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
287 B
Subscribers
None
ntinternal.c
View Options
#include
"ntinternal.h"
NTSTATUS
NTAPI
AvmNtInternalInitialize
(
IN
PDRIVER_OBJECT
DriverObject
)
{
UNREFERENCED_PARAMETER
(
DriverObject
);
return
STATUS_SUCCESS
;
}
VOID
NTAPI
AvmNtInternalDestroy
(
IN
PDRIVER_OBJECT
DriverObject
)
{
UNREFERENCED_PARAMETER
(
DriverObject
);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Wed, Oct 8, 11:28 PM (42 m, 45 s)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
dd/e3/3d271d0fe5fb79600f6c7bf77a90
Attached To
rAVM avmext
Event Timeline
Log In to Comment