fix names and requires to get some elf out again (still crashes though)
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
require_relative "constants"
|
||||
require_relative "null_section"
|
||||
|
||||
module Elf
|
||||
class ObjectFile
|
||||
include ELF
|
||||
include Constants
|
||||
|
||||
def initialize(target)
|
||||
@target = target
|
||||
|
Reference in New Issue
Block a user