Method: Rex::MachParsey::Fat.new_from_string
- Defined in:
- lib/rex/machparsey/mach.rb
.new_from_string(data) ⇒ Object
177 178 179 |
# File 'lib/rex/machparsey/mach.rb', line 177 def self.new_from_string(data) return self.new(ImageSource::Memory.new(data)) end |