f4498c3916
Also adds binary coding magic comment to a few files
12 lines
141 B
Ruby
12 lines
141 B
Ruby
#!/usr/bin/env ruby
|
|
# -*- coding: binary -*-
|
|
|
|
module Rex
|
|
module ElfScan
|
|
|
|
end
|
|
end
|
|
|
|
require 'rex/elfscan/scanner'
|
|
require 'rex/elfscan/search'
|