|
def | miasm.os_dep.win_api_x86_32_seh.build_teb (jitter, teb_address) |
|
def | miasm.os_dep.win_api_x86_32_seh.build_peb (jitter, peb_address) |
|
def | miasm.os_dep.win_api_x86_32_seh.build_ldr_data (jitter, modules_info) |
|
def | miasm.os_dep.win_api_x86_32_seh.create_modules_chain (jitter, name2module) |
|
def | miasm.os_dep.win_api_x86_32_seh.set_link_list_entry (jitter, loaded_modules, modules_info, offset) |
|
def | miasm.os_dep.win_api_x86_32_seh.fix_InLoadOrderModuleList (jitter, modules_info) |
|
def | miasm.os_dep.win_api_x86_32_seh.fix_InMemoryOrderModuleList (jitter, modules_info) |
|
def | miasm.os_dep.win_api_x86_32_seh.fix_InInitializationOrderModuleList (jitter, modules_info) |
|
def | miasm.os_dep.win_api_x86_32_seh.add_process_env (jitter) |
|
def | miasm.os_dep.win_api_x86_32_seh.add_process_parameters (jitter) |
|
def | miasm.os_dep.win_api_x86_32_seh.init_seh (jitter) |
|
def | miasm.os_dep.win_api_x86_32_seh.regs2ctxt (jitter, context_address) |
|
def | miasm.os_dep.win_api_x86_32_seh.ctxt2regs (jitter, ctxt_ptr) |
|
def | miasm.os_dep.win_api_x86_32_seh.fake_seh_handler (jitter, except_code, previous_seh=None) |
|
def | miasm.os_dep.win_api_x86_32_seh.dump_seh (jitter) |
|
def | miasm.os_dep.win_api_x86_32_seh.set_win_fs_0 (jitter, fs=4) |
|
def | miasm.os_dep.win_api_x86_32_seh.return_from_seh (jitter) |
|