diff --git a/php/php-xor.md b/php/php-xor.md index ecd1f90..1e2f37b 100644 --- a/php/php-xor.md +++ b/php/php-xor.md @@ -33,12 +33,12 @@ php.ini 中是这样用的: `E_ALL & ~E_NOTICE ` 2)分析并重现 这个就是当时最原始的代码实现效果: -![Alt text](/img/20140901-03.jpg) +![Alt text](./img/20140901-03.jpg) 当看到这个效果的时候最先想到的就是绕过防火墙等后门的实现,之后开始考虑这是哪种编码方式? 后来同李普君测试中发现直接使用echo ~'1';等则会直接输出以上的'乱码'。 -![Alt text](/img/20140901-04.jpg) +![Alt text](./img/20140901-04.jpg)