VirtualTam's bookmarks
71 bookmarks found
-
AFL++ - American Fuzzy Lop Fuzzing Framework
2025-02-15 - AFLplusplus/AFLplusplus
- AFLplusplus/LibAFL - A collection of reusable pieces of fuzzers
- rc0r/afl-utils - Utilities for automated crash sample processing/analysis, job management and corpus optimization
- 0xricksanchez/AFL_Runner - Scaling best-practice AFLPlusPlus fuzzing campaigns made easy
- AFL++ Papers
- Sister Projects
- The LibAFL Book
- Fuzzing projects with american fuzzy lop (AFL)
- afl - american fuzzy lop
-
The benefits are there: you get wonderful type system, wonderful performance, and build times that give you back those coffee breaks you used to get while your code compiled.
- ~ntietz/newt - Nicole's Web Toolkit
- Are we web yet?
-
go-recipes - Tools for Go projects
2024-10-13 -
Rust Binary Analysis, Feature by Feature
2023-06-17 -
- https://stackoverflow.com/questions/63724484/build-and-bind-against-older-libc-version
- https://doc.rust-lang.org/rustc/platform-support.html
- https://www.reddit.com/r/rust/comments/n6udyk/building_rust_binaries_in_ci_that_work_with_older/
- https://users.rust-lang.org/t/how-to-compile-rust-with-a-specific-glibc-version-for-gnueabihf-architecture/6680
- https://kobzol.github.io/rust/ci/2021/05/07/building-rust-binaries-in-ci-that-work-with-older-glibc.html
-
-
- Effective Go - Interface checks (blank implements)
- Ensure a type implements an interface at compile time in Go
- Interface guards in Go
- Compile time checks to ensure your type satisfies an interface
- What does an underscore and interface name after keyword var mean?
- What is
var _ type = &type{}
used for? - Using interfaces in Go - Interface guards
-
Nuitka - a Python compiler written in Python
2020-03-14