<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0"><channel><title>PHP GC | baozongwi's blog</title><link>https://baozongwi.xyz/tags/php-gc/</link><description>Currently exploring Java security and internal network penetration, with CTFs as a hobby.</description><generator>Hugo</generator><language>zh-cn</language><item><title>php GC回收机制以及常见利用利用方式</title><link>https://baozongwi.xyz/p/php-gc-mechanism-and-common-exploitation/</link><pubDate>Sat, 14 Sep 2024 18:58:51 +0000</pubDate><guid>https://baozongwi.xyz/p/php-gc-mechanism-and-common-exploitation/</guid><description>0x01 前言 之前总结了wakeup的绕过方法但是其中的两种姿势，其实都是和这个GC的回收机制有关系所以我来浅浅的解析一下，会自己的姿势库分析一下，嘿嘿 0x02 question GC是啥 PHP 的垃圾回收机制（Garbage Collection, GC）是用于管理内存分配的一个自动化过程，主要针对循环引用的内 …</description></item></channel></rss>