Skip to content

jyrkive/securemalloc

 
 

Repository files navigation

A fork of Google's TCMalloc with a work-in-progress implementation of allocating a dedicated page for every small allocation and, more importantly, marking the page as inaccessible immediately when the allocation is freed. The idea is to maximize the probability that a use-after-free crashes the process.

I'm only writing this for fun, so I don't recommend using it in production.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.7%
  • Starlark 4.3%
  • Assembly 1.4%
  • Other 0.6%