饱满哈密瓜

文章
8
资源
0
加入时间
3年0月21天

PWN-PRACTICE-BUUCTF-29

PWN-PRACTICE-BUUCTF-29actf_2019_babyheapwustctf2020_easyfast强网杯2019 拟态 STKOFhitcon_2018_children_tcacheactf_2019_babyheapUAF,创建两个非0x10大小的chunk,比如两个0x20程序会创建四个chunk,大小依次为0x10,0x20,0x10,0x20按序free掉创建的chunk,两个0x10大小的chunk形成一条链,两个0x20大小的chunk形成一条链再创建一个0x

react倒计时组件

import React, { Component } from 'react'/** ---倒计时组件--- 父组件传入分钟数:duration*/export default class CountDown extends Component { constructor(props) { super(props) this.state = { hour: props.duration, minute: '00', second: '