X7ROOT File Manager
Current Path:
/opt/alt/ruby23/lib64/ruby/2.3.0/fiddle
opt
/
alt
/
ruby23
/
lib64
/
ruby
/
2.3.0
/
fiddle
/
ðŸ“
..
📄
closure.rb
(1.21 KB)
📄
cparser.rb
(5.96 KB)
📄
function.rb
(324 B)
📄
import.rb
(8.63 KB)
📄
pack.rb
(2.94 KB)
📄
struct.rb
(6.35 KB)
📄
types.rb
(1.87 KB)
📄
value.rb
(2.62 KB)
Editing: function.rb
# frozen_string_literal: false module Fiddle class Function # The ABI of the Function. attr_reader :abi # The address of this function attr_reader :ptr # The name of this function attr_reader :name # The integer memory location of this function def to_i ptr.to_i end end end
Upload File
Create Folder