diff options
Diffstat (limited to 'miasm2/jitter/loader/elf.py')
| -rw-r--r-- | miasm2/jitter/loader/elf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/jitter/loader/elf.py b/miasm2/jitter/loader/elf.py index d1df8c3f..b94a9309 100644 --- a/miasm2/jitter/loader/elf.py +++ b/miasm2/jitter/loader/elf.py @@ -146,7 +146,7 @@ def fill_loc_db_with_symbols(elf, loc_db, base_addr=0): def apply_reloc_x86(elf, vm, section, base_addr, loc_db): - """Apply relocation for x86 ELF contained in the secion @section + """Apply relocation for x86 ELF contained in the section @section @elf: elfesteem's ELF instance @vm: VmMngr instance @section: elf's section containing relocation to perform |