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

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/usr/share/doc/re2c/examples/c/headers/   drwxr-xr-x
Free 29.21 GB of 117.98 GB (24.76%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     header.c (862 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* Generated by re2c */
// re2c $INPUT -o $OUTPUT -i --header lexer/state.h
#include <assert.h>
#include <stddef.h>
#include "lexer/state.h" // the header is generated by re2c



long lex(LexerState& st) {
    const char *t;
    
{
    char yych;
    goto yy0;
yy1:
    ++st.cur;
yy0:
    yych = *st.cur;
    switch (yych) {
        case 'a': goto yy1;
        case 'b':
            st.yyt1 = st.cur;
            goto yy3;
        default:
            st.yyt1 = st.cur;
            goto yy2;
    }
yy2:
    t = st.yyt1;
    { return t - st.str; }
yy3:
    yych = *++st.cur;
    switch (yych) {
        case 'b': goto yy3;
        default: goto yy2;
    }
}

}

int main() {
    const char *s = "ab";
    LexerState st = { s, s , NULL };
    assert(lex(st) == 1);
    return 0;
}
/* Generated by re2c */

struct LexerState {
    const char *str, *cur;
    const char *yyt1;
};
c/headers/header.re:23:21: warning: rule matches empty string [-Wmatch-empty-string]

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