!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)

/home/scripts/pba/phc-read-only/src/ast_to_hir/   drwxrwxr-x
Free 83.25 GB of 96.73 GB (86.06%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     AST_shredder.h (1.26 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * phc -- the open source PHP compiler
 * See doc/license/README.license for licensing information
 *
 * shredder (n.): a machine that tears objects into smaller pieces.
 * (Transform the AST into 3AC-like code)
 */

#ifndef PHC_SHREDDER_H
#define PHC_SHREDDER_H

#include "ast_to_hir/AST_lower_expr.h"

class Shredder : public AST::Lower_expr
{
public:
    void children_php_script(AST::PHP_script* in);
    void post_nop(AST::Nop* in);

public:
    AST::Variable* post_variable(AST::Variable* in);
    AST::Expr* post_new (AST::New* in);
    AST::Expr* post_bin_op(AST::Bin_op* in);
    AST::Expr* post_unary_op(AST::Unary_op* in);
    AST::Expr* post_cast(AST::Cast* in);
    AST::Expr* post_instanceof(AST::Instanceof* in);
    AST::Expr* post_method_invocation(AST::Method_invocation* in);
    AST::Expr* post_int(AST::INT* in);
    AST::Expr* post_real(AST::REAL* in);
    AST::Expr* post_bool(AST::BOOL* in);
    AST::Expr* post_string(AST::STRING* in);
    AST::Expr* post_nil(AST::NIL* in);
    AST::Expr* post_constant (AST::Constant* in);
    AST::Expr* post_array(AST::Array* in);
    AST::Expr* post_assignment(AST::Assignment* in);
    AST::Expr* post_op_assignment(AST::Op_assignment* in);
    AST::Expr* pre_ignore_errors(AST::Ignore_errors* in);
    AST::Expr* post_ignore_errors(AST::Ignore_errors* in);
};


#endif // PHC_SHREDDER_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.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0043 ]--