!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-5.13-headers-5.13.0-1018/arch/nds32/include/asm/   drwxr-xr-x
Free 83.24 GB of 96.73 GB (86.05%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     ptrace.h (1.65 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 */
// Copyright (C) 2005-2017 Andes Technology Corporation

#ifndef __ASM_NDS32_PTRACE_H
#define __ASM_NDS32_PTRACE_H

#include <uapi/asm/ptrace.h>

/*
 * If pt_regs.syscallno == NO_SYSCALL, then the thread is not executing
 * a syscall -- i.e., its most recent entry into the kernel from
 * userspace was not via syscall, or otherwise a tracer cancelled the
 * syscall.
 *
 * This must have the value -1, for ABI compatibility with ptrace etc.
 */
#define NO_SYSCALL (-1)
#ifndef __ASSEMBLY__
#include <linux/types.h>

struct pt_regs {
    union {
        struct user_pt_regs user_regs;
        struct {
            long uregs[26];
            long fp;
            long gp;
            long lp;
            long sp;
            long ipc;
#if defined(CONFIG_HWZOL)
            long lb;
            long le;
            long lc;
#else
            long dummy[3];
#endif
            long syscallno;
        };
    };
    long orig_r0;
    long ir0;
    long ipsw;
    long pipsw;
    long pipc;
    long pp0;
    long pp1;
    long fucop_ctl;
    long osp;
};

static inline bool in_syscall(struct pt_regs const *regs)
{
    return regs->syscallno != NO_SYSCALL;
}

static inline void forget_syscall(struct pt_regs *regs)
{
    regs->syscallno = NO_SYSCALL;
}
static inline unsigned long regs_return_value(struct pt_regs *regs)
{
    return regs->uregs[0];
}
extern void show_regs(struct pt_regs *);
/* Avoid circular header include via sched.h */
struct task_struct;

#define arch_has_single_step()        (1)
#define user_mode(regs)            (((regs)->ipsw & PSW_mskPOM) == 0)
#define interrupts_enabled(regs)    (!!((regs)->ipsw & PSW_mskGIE))
#define user_stack_pointer(regs)    ((regs)->sp)
#define instruction_pointer(regs)    ((regs)->ipc)
#define profile_pc(regs)         instruction_pointer(regs)

#endif /* __ASSEMBLY__ */
#endif

:: 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.0048 ]--