!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/optimize/wpa/   drwxrwxr-x
Free 83.36 GB of 96.73 GB (86.18%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Optimization_transformer.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
 *
 * Use the results of the analyses to transform the MIR. Do not handle dead
 * code.
 * */

#ifndef PHC_OPTIMIZATION_TRANSFORMER
#define PHC_OPTIMIZATION_TRANSFORMER

class Whole_program;
class Index_node;

class Optimization_transformer : public CFG_visitor
{
public:
    Whole_program* wp;
    Optimization_transformer (Whole_program*);

    void run (CFG* cfg);

    // for passing between visit_assign_var and visit_expr
    Index_node* lhs;
    bool assign_var_is_ref;

    MIR::Rvalue* get_literal (Basic_block* bb, MIR::Rvalue* in);

    virtual void visit_block (Basic_block* bb);

    const Abstract_value* get_in_abstract_value (Basic_block* bb, MIR::Rvalue* in);
    const Abstract_value* get_out_abstract_value (Basic_block* bb, MIR::Rvalue* in);
    bool rhs_is_pure (Statement_block* bb, MIR::Expr* in);

    void visit_branch_block (Branch_block* bb);

    DECLARE_STATEMENT_CFG_VISITORS
    DECLARE_EXPR_CFG_VISITORS
    MIR::Expr* transform_cast (Statement_block*, MIR::Cast*);
    void transform_eval_expr (Statement_block*, MIR::Eval_expr*, BB_list*);

private:

    void copy_in_literals (Basic_block* bb, Method_info_list* receivers, MIR::Actual_parameter_list* params);
};

#endif // PHC_OPTIMIZATION_TRANSFORMER

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