Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Efficient Use-after-Free Prevention with Opportunistic Page-Level Sweeping

Usage

Run an application with HushVac

make

To replace malloc for all dynamically linked binaries running within a shell, use

LD_PRELOAD=$(pwd)/libhushvacnpmt.so

For example,

LD_PRELOAD=$(pwd)/libhushvacnpmt.so vi READMe.md

Authors

Publications

@inproceedings{Park_2024,
  series={NDSS 2024},
  title={Efficient Use-After-Free Prevention with Opportunistic Page-Level Sweeping},
  url={http://dx.doi.org/10.14722/ndss.2024.24804},
  DOI={10.14722/ndss.2024.24804},
  booktitle={Proceedings 2024 Network and Distributed System Security Symposium},
  publisher={Internet Society},
  author={Park, Chanyoung and Moon, Hyungon},
  year={2024},
  collection={NDSS 2024}
}

About

No description, website, or topics provided.

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages