Sha256: 733c7fb046cad26cd4ae3861228d18974d3b5f3879a4896eb9a40ff00687a7ff
Contents?: true
Size: 421 Bytes
Versions: 85
Compression:
Stored size: 421 Bytes
Contents
# frozen_string_literal: true module PWN # This file, using the autoload directive loads SP reports # into memory only when they're needed. For more information, see: # http://www.rubyinside.com/ruby-techniques-revealed-autoload-1652.html module FFI autoload :Stdio, 'pwn/ffi/stdio' # Display a List of Every PWN::FFI Module public_class_method def self.help constants.sort end end end
Version data entries
85 entries across 85 versions & 1 rubygems
Version | Path |
---|---|
pwn-0.5.89 | lib/pwn/ffi.rb |
pwn-0.5.88 | lib/pwn/ffi.rb |
pwn-0.5.87 | lib/pwn/ffi.rb |
pwn-0.5.86 | lib/pwn/ffi.rb |
pwn-0.5.85 | lib/pwn/ffi.rb |