Module: PWN::FFI
- Defined in:
- lib/pwn/ffi.rb,
lib/pwn/ffi/stdio.rb
Overview
This file, using the autoload directive loads FFI modules into memory only when they’re needed. For more information, see: www.rubyinside.com/ruby-techniques-revealed-autoload-1652.html
Defined Under Namespace
Modules: Stdio
Class Method Summary collapse
-
.authors ⇒ Object
- Author(s)
-
0day Inc.
- .help ⇒ Object
Class Method Details
.authors ⇒ Object
- Author(s)
-
0day Inc. <support@0dayinc.com>
14 15 16 |
# File 'lib/pwn/ffi.rb', line 14 public_class_method def self. "AUTHOR(S):\n 0day Inc. <support@0dayinc.com>\n" end |
.help ⇒ Object
18 19 20 |
# File 'lib/pwn/ffi.rb', line 18 public_class_method def self.help constants.sort end |