CTF Wiki
Ctrlk
  • 简介
  • 如何使用 CTF Wiki
  • introduction
  • misc
  • web
  • reverse
  • crypto
  • pwn
    • MacOS
    • misc-os
    • 概述
    • browser
    • hardware
    • linux
      • kernel-mode
      • user-mode
        • environment
        • fmtstr
        • integeroverflow
        • io-file
        • mitigation
        • race-condition
        • summary
        • Type Confusion
        • Uninitialized Memory
        • heap
          • mallocng
          • ptmalloc2
            • Chunk Extend and Overlapping
            • Fastbin Attack
            • 堆概述
            • 堆相关数据结构
            • 堆溢出
            • House Of Einherjar
            • House Of Force
            • House of Lore
            • House of Orange
            • House of Pig
            • House of Rabbit
            • House of Roman
            • 堆利用
            • Large Bin Attack
            • 通过堆进行信息泄漏
            • 堆中的 Off-By-One
            • 堆中的检查
            • tcache makes heap exploitation easy again
            • Unlink
            • Unsorted Bin Attack
            • Use After Free
            • implementation
              • 基础操作
              • 释放内存块
              • 堆初始化
              • malloc_state 相关函数
              • 申请内存块
              • 测试支持
              • 深入理解堆的实现
              • tcache
        • stackoverflow
    • sandbox
    • virtualization
  • Android 安全
  • blockchain
  • assembly
  • executable
  • ics
  • contribute
  • write up
Powered by GitBook
On this page
  1. pwn
  2. linux
  3. user-mode
  4. heap
  5. ptmalloc2

implementation

基础操作释放内存块堆初始化malloc_state 相关函数申请内存块测试支持深入理解堆的实现tcache
PreviousUse After FreeNext基础操作

Last updated 1 year ago