rust wrapper for GrapheneOS's hardened_malloc
Find a file
strawberry 3f517c73c8 more TODOs and prefix println's with repo name
Signed-off-by: strawberry <june@girlboss.ceo>
2023-11-12 16:57:14 -05:00
src submodule stuff 2023-11-12 16:36:31 -05:00
.gitignore initial commit of hardened_malloc-sys 2023-11-12 16:28:12 -05:00
.gitmodules submodule stuff 2023-11-12 16:36:31 -05:00
build.rs more TODOs and prefix println's with repo name 2023-11-12 16:57:14 -05:00
Cargo.toml initial commit of hardened_malloc-sys 2023-11-12 16:28:12 -05:00
CODE_OF_CONDUCT.md initial commit of hardened_malloc-sys 2023-11-12 16:28:12 -05:00
hardened_malloc_sources.txt initial commit of hardened_malloc-sys 2023-11-12 16:28:12 -05:00
LICENCE initial commit of hardened_malloc-sys 2023-11-12 16:28:12 -05:00
LICENCE_GRAPHENEOS initial commit of hardened_malloc-sys 2023-11-12 16:28:12 -05:00
README.md more TODOs and prefix println's with repo name 2023-11-12 16:57:14 -05:00

hardened_malloc-sys

the sys repo, rust wrapper

TODO:

  • test if this even works
  • add support for explicit make config args on top of choosing variant
  • make build script better overall
  • support C preprocessor macro definitions
  • potentially add support for cross-compiling so i can build on apple silicon for linux x86?
  • add support for hardened_malloc's tests and our own tests
  • add github CI/CD
  • mirror to other places