Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby24 /
lib64 /
ruby /
2.4.0 /
fiddle /
Delete
Unzip
Name
Size
Permission
Date
Action
closure.rb
1.21
KB
-rw-r--r--
2023-07-26 14:57
cparser.rb
5.96
KB
-rw-r--r--
2023-07-26 14:57
function.rb
324
B
-rw-r--r--
2023-07-26 14:57
import.rb
8.68
KB
-rw-r--r--
2023-07-26 14:57
pack.rb
2.94
KB
-rw-r--r--
2023-07-26 14:57
struct.rb
6.35
KB
-rw-r--r--
2023-07-26 14:57
types.rb
1.87
KB
-rw-r--r--
2023-07-26 14:57
value.rb
2.62
KB
-rw-r--r--
2023-07-26 14:57
Save
Rename
# 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