miasm
Reverse engineering framework
|
Variables | |
pe_object = PE() | |
string | payload = b"\xc3" |
s_text | |
AddressOfEntryPoint | |
list | new_dll |
s_myimp = pe_object.SHList.add_section(name="myimp", rawsize=0x1000) | |
build_pe.AddressOfEntryPoint |
list build_pe.new_dll |
string build_pe.payload = b"\xc3" |
build_pe.pe_object = PE() |
build_pe.s_myimp = pe_object.SHList.add_section(name="myimp", rawsize=0x1000) |