debugging binaries, initial jump issues

This commit is contained in:
Torsten Ruger
2018-04-30 13:28:55 +03:00
parent d84d208192
commit 1acd231a33
7 changed files with 37 additions and 14 deletions

View File

@ -9,6 +9,8 @@ module Elf
class ObjectWriter
def initialize( machine )
@machine = machine
@machine.position_all
@machine.create_binary
target = Elf::Constants::TARGET_ARM
@object = Elf::ObjectFile.new(target)
sym_strtab = Elf::StringTableSection.new(".strtab")