!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/mips/include/asm/vdso/   drwxr-xr-x
Free 83.26 GB of 96.73 GB (86.07%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     vdso.h (1.71 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (C) 2015 Imagination Technologies
 * Author: Alex Smith <[email protected]>
 */

#include <asm/sgidefs.h>

#ifndef __ASSEMBLY__

#include <asm/asm.h>
#include <asm/page.h>
#include <asm/vdso.h>

static inline unsigned long get_vdso_base(void)
{
    unsigned long addr;

    /*
     * We can't use cpu_has_mips_r6 since it needs the cpu_data[]
     * kernel symbol.
     */
#ifdef CONFIG_CPU_MIPSR6
    /*
     * lapc <symbol> is an alias to addiupc reg, <symbol> - .
     *
     * We can't use addiupc because there is no label-label
     * support for the addiupc reloc
     */
    __asm__("lapc    %0, _start            \n"
        : "=r" (addr) : :);
#else
    /*
     * Get the base load address of the VDSO. We have to avoid generating
     * relocations and references to the GOT because ld.so does not peform
     * relocations on the VDSO. We use the current offset from the VDSO base
     * and perform a PC-relative branch which gives the absolute address in
     * ra, and take the difference. The assembler chokes on
     * "li %0, _start - .", so embed the offset as a word and branch over
     * it.
     *
     */

    __asm__(
    "    .set push                \n"
    "    .set noreorder                \n"
    "    bal    1f                \n"
    "     nop                    \n"
    "    .word    _start - .            \n"
    "1:    lw    %0, 0($31)            \n"
    "    " STR(PTR_ADDU) " %0, $31, %0        \n"
    "    .set pop                \n"
    : "=r" (addr)
    :
    : "$31");
#endif /* CONFIG_CPU_MIPSR6 */

    return addr;
}

static inline const struct vdso_data *get_vdso_data(void)
{
    return (const struct vdso_data *)(get_vdso_base() - PAGE_SIZE);
}

#ifdef CONFIG_CLKSRC_MIPS_GIC

static inline void __iomem *get_gic(const struct vdso_data *data)
{
    return (void __iomem *)((unsigned long)data & PAGE_MASK) - PAGE_SIZE;
}

#endif /* CONFIG_CLKSRC_MIPS_GIC */

#endif /* __ASSEMBLY__ */

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