Romain Malmain
|
33c6ea1ae4
|
Fix libafl_qemu python bindings and example (#2030)
|
2024-04-09 16:09:47 +02:00 |
|
Dominik Maier
|
f19302c9b1
|
Bring back python bindings for sugar,qemu (partially revert #2005) (#2020)
* Bring back python bindings for sugar,qemu (partially revert #2005)
* sugarman, won't you hurry
* Test?
|
2024-04-08 19:36:54 +02:00 |
|
Dongjia "toka" Zhang
|
4901846588
|
Remove python bindings (#2005)
* delete python bindings
* fix
* example
* fix
|
2024-04-06 15:16:46 +02:00 |
|
R. Elliott Childre
|
5d76707ede
|
Bump deps and fix Clippy warns in example fuzzers (#1043)
* Mostly addressing changing the `uninlined_format_args` lint which was
changed to warn-by-default in rust clippy 1.67
* Bump dependencies:
bindgen: 0.61 -> 0.63
cc: 1.0 -> 1.0.42 (Exclue versions w/incompat rayon dependency)
clap: 3.x -> 4.0
rangemap: 0.1 -> 1
xz -> xz2: move to updated version
* Add fallthrough default return to `LLVMFuzzerTestOneInput` in
**/fuzz.c to prevent Clang's -Wreturn-type
* libafl_atheris: Improve POSIX compatibility and reduce warnings
* Check for .dylib and .so libraries
* `source` -> `.` for POSIX shells
* install wheel into the venv to support newer Python packaging
standards
* `LDPRELOAD` -> `LD_PRELOAD`
|
2023-02-05 21:53:45 +01:00 |
|
Dominik Maier
|
bfe69aea09
|
Format C/Cpp code in ./scripts/fmt_all.sh (#653)
* format all (clang format 13)
* added clang-format check
* re-add missing newline
* cargo doc was missing
* more brackets
* fixed fmt workflow
* clang format
* shellcheck
* install clang-format-13
* update ubuntu for maximum clang-formattability
* yml whitespaces
* fmt
* shellcheck only for .sh
* oops path
* ignored shellcheck warning
|
2022-05-29 03:23:02 +02:00 |
|
Andrea Fioraldi
|
6274ad4594
|
Refactor libafl_qemu creating the Emulator struct and post syscall hooks (#430)
* working without asan.rs
* working asan
* update fuzzers
* mremap in snapshot
* sugar
* python
* fix python
* clippy
* fmt
* fuck you loader
|
2021-12-23 09:10:13 +01:00 |
|
Andrea Fioraldi
|
c6f7c3b3a8
|
Qemu new syscall hook and more python API (#306)
* new syscall hook
* expose more qemu to pylibafl
* hook syscalls from python
* update python example
* clippy
* clippy
|
2021-09-29 16:36:40 +02:00 |
|
Andrea Fioraldi
|
ed228147a0
|
Python QEMU example fuzzer
|
2021-09-27 14:48:44 +02:00 |
|