CTF-All-In-One/doc/8.14_detecting_memory_allocators.md
firmianay 4aa53ac3bf fix
2018-06-17 17:46:53 +08:00

7 lines
161 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 8.14 Who Allocated My Memory? Detecting Custom Memory Allocators in C Binaries
论文https://www.cs.vu.nl/~herbertb/papers/membrush_wcre13.pdf
## 简介