Bitdefender Hypervisor Memory Introspection
_SERIALIZER_DPI_WIN_THREAD_START Struct Reference

Describes a serialized intObjDpiWinThreadStart. More...

Data Fields

QWORD ShellcodeFlags
 The shellcode flags given by shemu on the detected page. More...
 
QWORD StartAddress
 The address where the thread started executing. More...
 
BYTE StartPage [0x1000]
 The copied page from where the thread started executing. More...
 

Detailed Description

Describes a serialized intObjDpiWinThreadStart.

Definition at line 454 of file serializers.c.

Field Documentation

◆ ShellcodeFlags

QWORD _SERIALIZER_DPI_WIN_THREAD_START::ShellcodeFlags

The shellcode flags given by shemu on the detected page.

Definition at line 456 of file serializers.c.

Referenced by IntSerializeDpiWinThreadStart().

◆ StartAddress

QWORD _SERIALIZER_DPI_WIN_THREAD_START::StartAddress

The address where the thread started executing.

Definition at line 457 of file serializers.c.

Referenced by IntSerializeDpiWinThreadStart().

◆ StartPage

BYTE _SERIALIZER_DPI_WIN_THREAD_START::StartPage[0x1000]

The copied page from where the thread started executing.

Definition at line 458 of file serializers.c.

Referenced by IntSerializeDpiWinThreadStart().


The documentation for this struct was generated from the following file: