f4498c3916
Also adds binary coding magic comment to a few files
11 lines
112 B
Ruby
11 lines
112 B
Ruby
#!/usr/bin/env ruby
|
|
# -*- coding: binary -*-
|
|
|
|
module Rex
|
|
module ElfParsey
|
|
|
|
end
|
|
end
|
|
|
|
require 'rex/elfparsey/elf'
|