miasm
Reverse engineering framework
miasm.analysis.sandbox.OS_Win Class Reference
Inheritance diagram for miasm.analysis.sandbox.OS_Win:
Collaboration diagram for miasm.analysis.sandbox.OS_Win:

Public Member Functions

def __init__ (self, custom_methods, *args, **kwargs)
 
def update_parser (cls, parser)
 
- Public Member Functions inherited from miasm.analysis.sandbox.OS
def __init__ (self, custom_methods, **kwargs)
 

Public Attributes

 libs
 
 name2module
 
 pe
 
 entry_point
 

Static Public Attributes

list ALL_IMP_DLL
 
string modules_path = "win_dll"
 

Constructor & Destructor Documentation

◆ __init__()

def miasm.analysis.sandbox.OS_Win.__init__ (   self,
  custom_methods,
args,
**  kwargs 
)

Member Function Documentation

◆ update_parser()

def miasm.analysis.sandbox.OS_Win.update_parser (   cls,
  parser 
)

Reimplemented from miasm.analysis.sandbox.OS.

Member Data Documentation

◆ ALL_IMP_DLL

list miasm.analysis.sandbox.OS_Win.ALL_IMP_DLL
static
Initial value:
= [
"ntdll.dll", "kernel32.dll", "user32.dll",
"ole32.dll", "urlmon.dll",
"ws2_32.dll", 'advapi32.dll', "psapi.dll",
]

◆ entry_point

miasm.analysis.sandbox.OS_Win.entry_point

◆ libs

miasm.analysis.sandbox.OS_Win.libs

◆ modules_path

string miasm.analysis.sandbox.OS_Win.modules_path = "win_dll"
static

◆ name2module

miasm.analysis.sandbox.OS_Win.name2module

◆ pe

miasm.analysis.sandbox.OS_Win.pe

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