# evalhook **Repository Path**: bgcls/evalhook ## Basic Information - **Project Name**: evalhook - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-24 - **Last Updated**: 2022-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: phpDecode ## README http://php-security.org/2010/05/13/article-decoding-a-user-space-encoded-php-script/index.html phpize && ./configure && make php -d extension=evalhook.so encoded_script.php 2022/1/25【changeLog】 改为非交互形式hook php eval。 需要手动创建/tmp/source.txt 文件,并执行chmod 777 /tmp/source.txt 需要在php.ini设置 extension=evalhook.so 启用插件 > 【仅供学习参考,请勿违法使用】