Addison Crump
614b149cae
Fix cfg uses across codebase ( #2154 )
...
* start fixup of cfgs
* whoops
* remaining issues
* maybe fixup macos
* apparently that is ios code?
* fix no_std
* Re-enable tcp_compression
* fix tcp broker
* remove tcp_debug flag
* fmt
* clippy
* less unwrap while we're at it
* doc
* add back pub star uses for libafl_qemu
---------
Co-authored-by: Dominik Maier <dmnk@google.com>
2024-05-08 14:31:10 +02:00
David CARLIER
698ebb6b35
libafl_bolts: fix musl build ( #1421 )
...
despite being present in the headers, getcontext is not implemented in
musl libc, most likely due to the fact it s a deprecated interface.
The only way around is having the third party libucontext apk package
installed.
2023-08-13 12:14:30 +02:00
Dominik Maier
dfaf06a22e
Make bolts work without alloc ( #1401 )
...
* Make bolts work without alloc
* Use core::Error where available
* unstable_feature -> nightly
* windows no_alloc
2023-08-05 01:03:40 +02:00
Dominik Maier
e9e9c457d6
Move Bolts to libafl_bolts
( #1335 )
...
* sort memebers
* Building bolts
* fixing python, feature flags
* Cleanup bolts Cargo.toml
* Fix tests
* cleanup libafl
* removed duplicate examples
* Info text
* reenable agpl CI
* fix impl_serdeany
* new fmt
* Moved bolts
* fix some builds
* fix
* fix more fixes
* serdeany
* no_std
* Dependency cleanup
* Fix docs
* Docker
* add python bolts bindings
* no_std test fix
* merge fail
* typo fix
* add bolts dependency to fuzzers
* tiny fixes
* merge fun
* clippy
* link no longer exists
* make sure python gets rebuilt
* fix pybind
* doc fix
* remove bolts ref
* LibAFL bolts
* More info
* deprecation notice for launcher
* fix python
* cargo fmt
* fix concolic
* fix
* clippy
* fix libafl_cc
* fix tutorial, clippy
* fix concolic fuzzer
* fix push_stage_harness fuzzer
* prelude
* fix testcase post-merge
* mute clippy
2023-08-02 17:36:26 +02:00