miasm
Reverse engineering framework
miasm.os_dep.common Namespace Reference

Classes

class  heap
 

Functions

def get_win_str_a (jitter, ad_str, max_char=None)
 
def get_win_str_w (jitter, ad_str, max_char=None)
 
def encode_win_str_a (value)
 
def encode_win_str_w (value)
 
def set_win_str_a (jitter, addr, value)
 
def set_win_str_w (jitter, addr, value)
 
def windows_to_sbpath (path)
 
def unix_to_sbpath (path)
 
def get_fmt_args (fmt, cur_arg, get_str, get_arg_n)
 

Variables

string BASE_SB_PATH = "file_sb"
 
string WIN_CODEPAGE = "cp1252"
 

Function Documentation

◆ encode_win_str_a()

def miasm.os_dep.common.encode_win_str_a (   value)
Here is the caller graph for this function:

◆ encode_win_str_w()

def miasm.os_dep.common.encode_win_str_w (   value)
Here is the caller graph for this function:

◆ get_fmt_args()

def miasm.os_dep.common.get_fmt_args (   fmt,
  cur_arg,
  get_str,
  get_arg_n 
)
Here is the call graph for this function:

◆ get_win_str_a()

def miasm.os_dep.common.get_win_str_a (   jitter,
  ad_str,
  max_char = None 
)

◆ get_win_str_w()

def miasm.os_dep.common.get_win_str_w (   jitter,
  ad_str,
  max_char = None 
)
Here is the caller graph for this function:

◆ set_win_str_a()

def miasm.os_dep.common.set_win_str_a (   jitter,
  addr,
  value 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ set_win_str_w()

def miasm.os_dep.common.set_win_str_w (   jitter,
  addr,
  value 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ unix_to_sbpath()

def miasm.os_dep.common.unix_to_sbpath (   path)
Convert a POSIX path to a valid filename within the sandbox
base directory.

◆ windows_to_sbpath()

def miasm.os_dep.common.windows_to_sbpath (   path)
Convert a Windows path to a valid filename within the sandbox
base directory.
Here is the caller graph for this function:

Variable Documentation

◆ BASE_SB_PATH

string miasm.os_dep.common.BASE_SB_PATH = "file_sb"

◆ WIN_CODEPAGE

string miasm.os_dep.common.WIN_CODEPAGE = "cp1252"