Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.54
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
systemtap /
tapset /
linux /
powerpc /
[ HOME SHELL ]
Name
Size
Permission
Action
aux_syscalls.stp
4.85
KB
-rw-r--r--
sysc_compat_clock_settime.stp
1.55
KB
-rw-r--r--
sysc_compat_fadvise64.stp
5.12
KB
-rw-r--r--
sysc_compat_fallocate.stp
2.59
KB
-rw-r--r--
sysc_compat_ftruncate64.stp
1.54
KB
-rw-r--r--
sysc_compat_get_mempolicy.stp
1.79
KB
-rw-r--r--
sysc_compat_lookup_dcookie.stp
3.14
KB
-rw-r--r--
sysc_compat_mbind.stp
1.61
KB
-rw-r--r--
sysc_compat_readahead.stp
1.59
KB
-rw-r--r--
sysc_compat_set_mempolicy.stp
1.62
KB
-rw-r--r--
sysc_compat_timer_gettime.stp
1.56
KB
-rw-r--r--
sysc_compat_timer_settime.stp
1.77
KB
-rw-r--r--
sysc_compat_truncate64.stp
1.6
KB
-rw-r--r--
sysc_execve.stp
3.33
KB
-rw-r--r--
sysc_ipc.stp
1.47
KB
-rw-r--r--
sysc_mmap.stp
1.85
KB
-rw-r--r--
sysc_mmap2.stp
2.29
KB
-rw-r--r--
sysc_ppc32_timer_create.stp
1.65
KB
-rw-r--r--
sysc_ppc64_newuname.stp
1.58
KB
-rw-r--r--
sysc_ppc64_personality.stp
2.2
KB
-rw-r--r--
sysc_ppc64_sys32_stime.stp
1.36
KB
-rw-r--r--
sysc_ppc64_sys_stime.stp
1.33
KB
-rw-r--r--
sysc_ppc_rtas.stp
1.13
KB
-rw-r--r--
sysc_sigaltstack.stp
3.37
KB
-rw-r--r--
sysc_sys32_adjtimex.stp
1.27
KB
-rw-r--r--
sysc_sys32_getdents.stp
1.44
KB
-rw-r--r--
sysc_sys32_ptrace.stp
1.4
KB
-rw-r--r--
sysc_sys32_rt_sigpending.stp
1.52
KB
-rw-r--r--
sysc_sys32_rt_sigqueueinfo.stp
1.65
KB
-rw-r--r--
sysc_sys32_rt_sigtimedwait.stp
1.81
KB
-rw-r--r--
sysc_sys32_sched_rr_get_interv...
1.75
KB
-rw-r--r--
sysc_sys32_sched_setparam.stp
1.53
KB
-rw-r--r--
sysc_sys32_sendfile64.stp
1.54
KB
-rw-r--r--
sysc_sys32_sigreturn.stp
1.53
KB
-rw-r--r--
sysc_sys32_swapcontext.stp
1.78
KB
-rw-r--r--
sysc_sys32_sysinfo.stp
1.28
KB
-rw-r--r--
sysc_sys32_utimes.stp
1.39
KB
-rw-r--r--
sysc_sys64_time.stp
1.1
KB
-rw-r--r--
sysc_sysctl32.stp
2.3
KB
-rw-r--r--
syscall_num.stp
56.76
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : aux_syscalls.stp
# arch-specific requests of ptrace ___________________________ # %{ // Get _stp_val_array and _stp_lookup_* definitions. #include "linux/syscalls-common.h" #ifndef PTRACE_GETVSRREGS # define PTRACE_GETVSRREGS 27 #endif #ifndef PTRACE_SETVSRREGS # define PTRACE_SETVSRREGS 28 #endif #ifndef PTRACE_GETREGS # define PTRACE_GETREGS 12 #endif #ifndef PTRACE_SETREGS # define PTRACE_SETREGS 13 #endif #ifndef PTRACE_GETFPREGS # define PTRACE_GETFPREGS 14 #endif #ifndef PTRACE_SETFPREGS # define PTRACE_SETFPREGS 15 #endif #ifndef PTRACE_GETREGS64 # define PTRACE_GETREGS64 22 #endif #ifndef PTRACE_SETREGS64 # define PTRACE_SETREGS64 23 #endif /* (old) PTRACE requests with inverted arguments */ #ifndef PPC_PTRACE_GETREGS # define PPC_PTRACE_GETREGS 0x99 #endif #ifndef PPC_PTRACE_SETREGS # define PPC_PTRACE_SETREGS 0x98 #endif #ifndef PPC_PTRACE_GETFPREGS # define PPC_PTRACE_GETFPREGS 0x97 #endif #ifndef PPC_PTRACE_SETFPREGS # define PPC_PTRACE_SETFPREGS 0x96 #endif #ifndef PTRACE_SINGLEBLOCK # define PTRACE_SINGLEBLOCK 0x100 #endif #ifndef PPC_PTRACE_GETHWDBGINFO # define PPC_PTRACE_GETHWDBGINFO 0x89 #endif #ifndef PPC_PTRACE_SETHWDEBUG # define PPC_PTRACE_SETHWDEBUG 0x88 #endif #ifndef PPC_PTRACE_DELHWDEBUG # define PPC_PTRACE_DELHWDEBUG 0x87 #endif static const _stp_val_array _stp_arch_ptrace_request_list[] = { V(PTRACE_GETVRREGS), V(PTRACE_SETVRREGS), /* Get/set all the upper 32-bits of the SPE registers, * accumulator, and spefscr, in one go */ V(PTRACE_GETEVRREGS), V(PTRACE_SETEVRREGS), /* Get the first 32 128bit VSX registers */ V(PTRACE_GETVSRREGS), V(PTRACE_SETVSRREGS), /* * Get or set a debug register. The first 16 are DABR * registers and the second 16 are IABR registers. */ V(PTRACE_GET_DEBUGREG), V(PTRACE_SET_DEBUGREG), /* (new) PTRACE requests using the same numbers as x86 and the * same argument ordering. Additionally, they support more * registers too */ V(PTRACE_GETREGS), V(PTRACE_SETREGS), V(PTRACE_GETFPREGS), V(PTRACE_SETFPREGS), V(PTRACE_GETREGS64), V(PTRACE_SETREGS64), /* Calls to trace a 64bit program from a 32bit program */ V(PPC_PTRACE_PEEKTEXT_3264), V(PPC_PTRACE_PEEKDATA_3264), V(PPC_PTRACE_POKETEXT_3264), V(PPC_PTRACE_POKEDATA_3264), V(PPC_PTRACE_PEEKUSR_3264), V(PPC_PTRACE_POKEUSR_3264), /* (old) PTRACE requests with inverted arguments */ V(PPC_PTRACE_GETREGS), V(PPC_PTRACE_SETREGS), V(PPC_PTRACE_GETFPREGS), V(PPC_PTRACE_SETFPREGS), V(PTRACE_SINGLEBLOCK), V(PPC_PTRACE_GETHWDBGINFO), V(PPC_PTRACE_SETHWDEBUG), V(PPC_PTRACE_DELHWDEBUG), {0, NULL} }; %} function __arch_ptrace_request_str:string(request:long) %{ /* pure */ _stp_lookup_str(_stp_arch_ptrace_request_list, (unsigned long)STAP_ARG_request, STAP_RETVALUE, MAXSTRINGLEN); %} function _arch_ptrace_argstr(request, pid, addr, data) { if (request == @const("PTRACE_GETVRREGS") || request == @const("PTRACE_SETVRREGS") || request == @const("PTRACE_GETEVRREGS") || request == @const("PTRACE_SETEVRREGS") || request == @const("PTRACE_GETVSRREGS") || request == @const("PTRACE_SETVSRREGS") || request == @const("PTRACE_GETREGS") || request == @const("PTRACE_SETREGS") || request == @const("PTRACE_GETFPREGS") || request == @const("PTRACE_SETFPREGS") || request == @const("PTRACE_GETREGS64") || request == @const("PTRACE_SETREGS64") || request == @const("PTRACE_GET_DEBUGREG")) return sprintf("%s, %d, %#x, %p", __arch_ptrace_request_str(request), pid, addr, data) if (request == @const("PTRACE_SET_DEBUGREG")) return sprintf("PTRACE_SET_DEBUGREG, %d, %#x, %#x", pid, addr, data) if (request == @const("PPC_PTRACE_GETREGS") || request == @const("PPC_PTRACE_SETREGS") || request == @const("PPC_PTRACE_GETFPREGS") || request == @const("PPC_PTRACE_SETFPREGS")) return sprintf("%s, %d, %p, %#x", __arch_ptrace_request_str(request), pid, addr, data) if (request == @const("PTRACE_SINGLEBLOCK")) return sprintf("PTRACE_SINGLEBLOCK, %d, %#x, %s", pid, addr, _signal_name (data)) if (request == @const("PPC_PTRACE_PEEKTEXT_3264") || request == @const("PPC_PTRACE_PEEKDATA_3264") || request == @const("PPC_PTRACE_PEEKUSR_3264")) return sprintf("%s, %d, %p, [%p]", __arch_ptrace_request_str(request), pid, addr, data) if (request == @const("PPC_PTRACE_POKETEXT_3264") || request == @const("PPC_PTRACE_POKEDATA_3264") || request == @const("PPC_PTRACE_POKEUSR_3264") || request == @const("PPC_PTRACE_GETHWDBGINFO") || request == @const("PPC_PTRACE_SETHWDEBUG")) return sprintf("%s, %d, %p, %p", __arch_ptrace_request_str(request), pid, addr, data) if (request == @const("PPC_PTRACE_DELHWDEBUG")) return sprintf ("PPC_PTRACE_DELHWDEBUG, %d, %#x, %d", pid, addr, data) } function _ptrace_return_arch_prctl_addr:long(request:long, addr:long, data:long) { return 0 }
Close