!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-oracle-headers-5.15.0-1040/arch/sh/include/uapi/asm/   drwxr-xr-x
Free 83.26 GB of 96.73 GB (86.08%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     ptrace_32.h (1.58 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__ASM_SH_PTRACE_32_H
#define _UAPI__ASM_SH_PTRACE_32_H

/*
 * GCC defines register number like this:
 * -----------------------------
 *     0 - 15 are integer registers
 *    17 - 22 are control/special registers
 *    24 - 39 fp registers
 *    40 - 47 xd registers
 *    48 -    fpscr register
 * -----------------------------
 *
 * We follows above, except:
 *    16 --- program counter (PC)
 *    22 --- syscall #
 *    23 --- floating point communication register
 */
#define REG_REG0     0
#define REG_REG15    15

#define REG_PC        16

#define REG_PR        17
#define REG_SR        18
#define REG_GBR        19
#define REG_MACH    20
#define REG_MACL    21

#define REG_SYSCALL    22

#define REG_FPREG0    23
#define REG_FPREG15    38
#define REG_XFREG0    39
#define REG_XFREG15    54

#define REG_FPSCR    55
#define REG_FPUL    56

/*
 * This struct defines the way the registers are stored on the
 * kernel stack during a system call or other kernel entry.
 */
struct pt_regs {
    unsigned long regs[16];
    unsigned long pc;
    unsigned long pr;
    unsigned long sr;
    unsigned long gbr;
    unsigned long mach;
    unsigned long macl;
    long tra;
};

/*
 * This struct defines the way the DSP registers are stored on the
 * kernel stack during a system call or other kernel entry.
 */
struct pt_dspregs {
    unsigned long    a1;
    unsigned long    a0g;
    unsigned long    a1g;
    unsigned long    m0;
    unsigned long    m1;
    unsigned long    a0;
    unsigned long    x0;
    unsigned long    x1;
    unsigned long    y0;
    unsigned long    y1;
    unsigned long    dsr;
    unsigned long    rs;
    unsigned long    re;
    unsigned long    mod;
};


#endif /* _UAPI__ASM_SH_PTRACE_32_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0045 ]--