!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.12 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g. PHP/5.2.4-2ubuntu5.12 

uname -a: Linux forum.circlefusion.com 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 

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

Safe-mode: OFF (not secure)

/usr/src/linux-headers-2.6.24-28/include/asm-sparc/   drwxr-xr-x
Free 1.97 GB of 97.11 GB (2.03%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     user.h (1.42 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* $Id: user.h,v 1.5 1998/02/23 01:49:22 rth Exp $
 * asm-sparc/user.h: Core file definitions for the Sparc.
 *
 * Keep in sync with reg.h.  Actually, we could get rid of this
 * one, since we won't a.out core dump that much anyways - miguel.
 * Copyright (C) 1995 (davem@caip.rutgers.edu)
 */
#ifndef _SPARC_USER_H
#define _SPARC_USER_H

#include <asm/a.out.h>
struct sunos_regs {
    unsigned long psr, pc, npc, y;
    unsigned long regs[15];
};

struct sunos_fpqueue {
    unsigned long *addr;
    unsigned long inst;
};

struct sunos_fp {
    union {
        unsigned long regs[32];
        double reg_dbls[16];
    } fregs;
    unsigned long fsr;
    unsigned long flags;
    unsigned long extra;
    unsigned long fpq_count;
    struct sunos_fpqueue fpq[16];
};

struct sunos_fpu {
    struct sunos_fp fpstatus;
};

/* The SunOS core file header layout. */
struct user {
    unsigned long magic;
    unsigned long len;
    struct sunos_regs regs;
    struct exec uexec;
    int           signal;
    size_t        u_tsize; /* all of these in bytes! */
    size_t        u_dsize;
    size_t        u_ssize;
    char          u_comm[17];
    struct sunos_fpu fpu;
    unsigned long sigcode;   /* Special sigcontext subcode, if any */
};

#define NBPG                   0x2000
#define UPAGES                 1
#define HOST_TEXT_START_ADDR   (u.start_code)
#define HOST_DATA_START_ADDR   (u.uexec.a_data)
#define HOST_STACK_END_ADDR    (- u.u_ssize * NBPG)
#define SUNOS_CORE_MAGIC       0x080456

#endif /* !(_SPARC_USER_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.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0047 ]--