11 lines
94 B
Ruby
11 lines
94 B
Ruby
|
#!/usr/bin/env ruby
|
||
|
|
||
|
# $Id$
|
||
|
|
||
|
module Rex
|
||
|
module ElfParsey
|
||
|
|
||
|
end
|
||
|
end
|
||
|
|
||
|
require 'rex/elfparsey/elf'
|