现在的位置: 首页 > 综合 > 正文

SofeeDisassembler Screenshot

2013年01月20日 ⁄ 综合 ⁄ 共 1419字 ⁄ 字号 评论关闭
+=============================================================================+
|               -={ Sofee Disassembler for PHP Script v0.0.1 }=-              |
|         Copyright (c) 2005 Sofee.cn, by Justin Wu <WENLONG@PHP.NET>.        |
+=============================================================================+

Disassembler for D:/ezapp/php-5.0.2/sofee/Release/test.php...
-------------------------------------------------------------------------------
<?php
-------------------------------------------------------------------------------
line opcodes                        comments                                   
-------------------------------------------------------------------------------
   2 ZEND_FETCH_W                   ; V0 = $a
     ZEND_ASSIGN                    ; V0 = "test variable";
-------------------------------------------------------------------------------
   4 ZEND_NOP                       ; 
-------------------------------------------------------------------------------
  11 ZEND_RETURN                    ; return 1;
     ZEND_HANDLE_EXCEPTION          ; 
-------------------------------------------------------------------------------
?>
class testClass {
  public $var;
  public function output () {
  -----------------------------------------------------------------------------
  line opcodes                        comments                                 
  -----------------------------------------------------------------------------
     8 ZEND_FETCH_OBJ_R               ; 
       ZEND_ECHO                      ; echo V0;
  -----------------------------------------------------------------------------
     9 ZEND_RETURN                    ; return NULL;
       ZEND_HANDLE_EXCEPTION          ; 
  -----------------------------------------------------------------------------
  }
}

Report bugs to Justin Wu <EZDEVELOP@GMAIL.COM>.

抱歉!评论已关闭.