登录 注册
当前位置:主页 > 资源下载 > 13 > PHP mfenc 反编译工具

PHP mfenc 反编译工具

  • 更新:2024-10-14 13:57:26
  • 大小:287KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

PHP mfenc Decompiler PHP mfenc 反编译器 目前不保证反编译结果的正确性,仅供参考。 反汇编和结构化之后的汇编指令应该没什么问题。 Usage use Ganlv\MfencDecompiler\AutoDecompiler; use Ganlv\MfencDecompiler\Helper; require __DIR__ . '/../vendor/autoload.php'; file_put_contents( $output_file, Helper::prettyPrintFile( AutoDecompiler::autoDecompileAst( Helper::parseCode( file_get_contents($input_file)