fix names and requires to get some elf out again (still crashes though)

This commit is contained in:
Torsten Ruger
2014-04-19 23:25:46 +03:00
parent a89bc3d628
commit 091a93f368
10 changed files with 39 additions and 27 deletions

View File

@ -1,6 +1,9 @@
require_relative "constants"
require_relative "null_section"
module Elf
class ObjectFile
include ELF
include Constants
def initialize(target)
@target = target