miasm
Reverse engineering framework
common.py File Reference

Classes

class  miasm.os_dep.common.heap
 

Namespaces

 miasm.os_dep.common
 

Functions

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

Variables

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