Miasm2
 All Classes Namespaces Files Functions Variables Typedefs Properties Macros
Public Member Functions | Static Public Attributes | List of all members
miasm2.os_dep.win_api_x86_32.systeminfo Class Reference
+ Collaboration diagram for miasm2.os_dep.win_api_x86_32.systeminfo:

Public Member Functions

def pack
 

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
 

Detailed Description

Definition at line 969 of file win_api_x86_32.py.

Member Function Documentation

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

Definition at line 981 of file win_api_x86_32.py.

982  def pack(self):
983  return struct.pack('IIIIIIIIHH',
984  self.oemId,
985  self.dwPageSize,
989  self.numberOfProcessors,
990  self.ProcessorsType,
992  self.wProcessorLevel,
993  self.ProcessorRevision)
994 

Member Data Documentation

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

Definition at line 974 of file win_api_x86_32.py.

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

Definition at line 977 of file win_api_x86_32.py.

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

Definition at line 971 of file win_api_x86_32.py.

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

Definition at line 973 of file win_api_x86_32.py.

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

Definition at line 972 of file win_api_x86_32.py.

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

Definition at line 975 of file win_api_x86_32.py.

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

Definition at line 970 of file win_api_x86_32.py.

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

Definition at line 979 of file win_api_x86_32.py.

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

Definition at line 976 of file win_api_x86_32.py.

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

Definition at line 978 of file win_api_x86_32.py.


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