Class: Evoasm::X64::Instruction::Parameter

Inherits:
Parameter show all
Defined in:
lib/evoasm/x64/instruction.rb

Instance Method Summary collapse

Methods inherited from Parameter

#domain, #id

Methods inherited from FFI::Pointer

#to_ptr

Instance Method Details

#nameSymbol

Returns the parameter's name

Returns:

  • (Symbol)

    the parameter name



10
11
12
# File 'lib/evoasm/x64/instruction.rb', line 10

def name
  Libevoasm.enum_type(:x64_param_id).find id
end