Module: PWN::FFI
- Defined in:
- lib/pwn/ffi.rb
Overview
This file, using the autoload directive loads SP reports into memory only when they’re needed. For more information, see: www.rubyinside.com/ruby-techniques-revealed-autoload-1652.html
Class Method Summary collapse
-
.help ⇒ Object
Display a List of Every PWN Report.
Class Method Details
.help ⇒ Object
Display a List of Every PWN Report
12 13 14 |
# File 'lib/pwn/ffi.rb', line 12 public_class_method def self.help constants.sort end |