AFLplusplus / AFLplusplus/LibAFL

Split up LibAFL-bolts into reusable libraries

未关闭
#3,218 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Rust
星标
2.6k
派生
481
平均合并
2 天 30 分钟
30 天内合并 PR
16

描述

We have a bunch of cool libs hidden inside libafl-bolts.
Let's break them apart for people to use individual components outside of libafl more easily.

In general, I propose the following libs (renamed according to crates.io name availability), with descriptions:

`shmem`: Shared Memory support for Windows, Linux, MacOS, *nix
`signal-handler`: exception handling library for raw &unsafe exception/crash handling
`fast-rands`: Non-cryptographically secure (but fast) RNGs
`anymap`: Map to store and retrieve types, SerDe compatible
`build_id2`: Updated and maintained build id library
`core_affinity2`: Updated and maintained core_affinity library with larger OS support
`llmp`: Low-level message passing: A lockfree IPC library for many-to-one - one-to-many messages
`minibsod`: Write stack traces on crashes
`ownedref`: Wrappers that abstracts references (or pointers) and owned data accesses, that deserialize to owned values
`tuple_list_ex`: Additional methods for compiletime tuple_lists
`libafl-simd`: SIMD acceleration
`libafl-bolts`: all the rest

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。