Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.28 KB

README.md

File metadata and controls

44 lines (37 loc) · 1.28 KB

ArcHeap: Automatic Techniques to Systematically Discover New Heap Exploitation Primitives

Environment

  • Tested on Ubuntu 16.04 64bit

Installation

$ ./setup.sh
$ ./install_dependencies.sh
$ ./build.sh

Installation using Docker

$ ./setup.sh
$ docker build -t archeap .
$ docker run -it archeap /bin/bash

How to use

Please check our artifact.

Trophies

Authors

Publications

@inproceedings{yun:archeap,
  title        = {{Automatic Techniques to Systematically Discover New Heap Exploitation Primitives}},
  author       = {Insu Yun and Dhaval Kapil and Taesoo Kim},
  booktitle    = {Proceedings of the 29th USENIX Security Symposium (Security)},
  month        = aug,
  year         = 2020,
}