X7ROOT File Manager
Current Path:
/opt/alt/ruby21/lib64/ruby/2.1.0/fiddle
opt
/
alt
/
ruby21
/
lib64
/
ruby
/
2.1.0
/
fiddle
/
ðŸ“
..
📄
closure.rb
(1.18 KB)
📄
cparser.rb
(4.5 KB)
📄
function.rb
(293 B)
📄
import.rb
(8.59 KB)
📄
pack.rb
(2.91 KB)
📄
struct.rb
(6.32 KB)
📄
types.rb
(1.84 KB)
📄
value.rb
(2.59 KB)
Editing: function.rb
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