Functions | |
| void | load_PE (dword file_name) |
| This function load file driver and output eax = address function START in driver ebx = address for kernel_free. More... | |
Variables | |
| dd | image |
| dd | entry |
| dd | base |
| label | map_PE |
| ebp=base:dword, ebx=image:dword More... | |
| dd | _numsections |
| dd | _import_names |
| dd | _import_targets |
| dd | _peheader |
| dd | _bad_import |
| dd | _import_idx |
| dd | _import_descr |
| dd | _relocs_rva |
| dd | _relocs_size |
| dd | _section_header_size |
| dd | _AddressOfEntryPoint |
| dd | _ImageBase |
| void load_PE | ( | dword | file_name | ) |
This function load file driver and output eax = address function START in driver ebx = address for kernel_free.
| dd _AddressOfEntryPoint |
| dd _bad_import |
| dd _ImageBase |
| dd _import_descr |
| dd _import_idx |
| dd _import_names |
| dd _import_targets |
| dd _numsections |
| dd _peheader |
| dd _relocs_rva |
| dd _relocs_size |
| dd _section_header_size |
| dd base |
| dd entry |
| dd image |
| label map_PE |
ebp=base:dword, ebx=image:dword