miasm
Reverse engineering framework
|
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" |
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.get_fmt_args | ( | fmt, | |
cur_arg, | |||
get_str, | |||
get_arg_n | |||
) |
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.set_win_str_a | ( | jitter, | |
addr, | |||
value | |||
) |
def miasm.os_dep.common.set_win_str_w | ( | jitter, | |
addr, | |||
value | |||
) |
def miasm.os_dep.common.unix_to_sbpath | ( | path | ) |
Convert a POSIX path to a valid filename within the sandbox base directory.
def miasm.os_dep.common.windows_to_sbpath | ( | path | ) |
Convert a Windows path to a valid filename within the sandbox base directory.
string miasm.os_dep.common.BASE_SB_PATH = "file_sb" |
string miasm.os_dep.common.WIN_CODEPAGE = "cp1252" |