miasm
Reverse engineering framework
miasm.os_dep.win_api_x86_32.systeminfo Class Reference
Inheritance diagram for miasm.os_dep.win_api_x86_32.systeminfo:
Collaboration diagram for miasm.os_dep.win_api_x86_32.systeminfo:

Public Member Functions

def pack (self)
 

Static Public Attributes

int oemId = 0
 
int dwPageSize = 0x1000
 
int lpMinimumApplicationAddress = 0x10000
 
int lpMaximumApplicationAddress = 0x7ffeffff
 
int dwActiveProcessorMask = 0x1
 
int numberOfProcessors = 0x1
 
int ProcessorsType = 586
 
int dwAllocationgranularity = 0x10000
 
int wProcessorLevel = 0x6
 
int ProcessorRevision = 0xf0b
 

Member Function Documentation

◆ pack()

def miasm.os_dep.win_api_x86_32.systeminfo.pack (   self)

Member Data Documentation

◆ dwActiveProcessorMask

int miasm.os_dep.win_api_x86_32.systeminfo.dwActiveProcessorMask = 0x1
static

◆ dwAllocationgranularity

int miasm.os_dep.win_api_x86_32.systeminfo.dwAllocationgranularity = 0x10000
static

◆ dwPageSize

int miasm.os_dep.win_api_x86_32.systeminfo.dwPageSize = 0x1000
static

◆ lpMaximumApplicationAddress

int miasm.os_dep.win_api_x86_32.systeminfo.lpMaximumApplicationAddress = 0x7ffeffff
static

◆ lpMinimumApplicationAddress

int miasm.os_dep.win_api_x86_32.systeminfo.lpMinimumApplicationAddress = 0x10000
static

◆ numberOfProcessors

int miasm.os_dep.win_api_x86_32.systeminfo.numberOfProcessors = 0x1
static

◆ oemId

int miasm.os_dep.win_api_x86_32.systeminfo.oemId = 0
static

◆ ProcessorRevision

int miasm.os_dep.win_api_x86_32.systeminfo.ProcessorRevision = 0xf0b
static

◆ ProcessorsType

int miasm.os_dep.win_api_x86_32.systeminfo.ProcessorsType = 586
static

◆ wProcessorLevel

int miasm.os_dep.win_api_x86_32.systeminfo.wProcessorLevel = 0x6
static

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