Current statistics of the opcode database.
# File lib/rex/exploitation/opcodedb.rb, line 463 def initialize(hash) @modules = hash['modules'].to_i @opcodes = hash['opcodes'].to_i @opcode_types = hash['opcode_types'].to_i @platforms = hash['platforms'].to_i @architectures = hash['architectures'].to_i @module_segments = hash['module_segments'].to_i @module_imports = hash['module_imports'].to_i @module_exports = hash['module_exports'].to_i @last_update = Time.at(hash['last_update'].to_i) end
Generated with the Darkfish Rdoc Generator 2.