Romain Malmain 8d0ad23856
Check markdown links validity in CI (#2495)
* add markdown link check in ci

* fix broken links when possible.
configuration file for md checker.

* accept code 200...

* more fixes

* more fixes

* more fixes
2024-08-22 18:15:15 -05:00
..
2024-05-02 10:39:33 +02:00
2024-05-02 10:39:33 +02:00
2024-05-02 10:39:33 +02:00
2024-05-02 10:39:33 +02:00
2024-02-15 16:13:46 +01:00
2024-04-10 01:11:28 +02:00

QEMU AddressSanitizer Runtime

This library is the injected runtime used by QEMU AddressSanitizer (QASan).

The original repository is here.

The version embedded in libafl_qemu is an updated version of just the usermode part and this runtime is injected via LD_PRELOAD (so works just for dynamically linked binaries).

For debugging purposes, we still suggest to run the original QASan as the stacktrace support for ARM (just a debug feature, it does not affect the bug finding capabilities during fuzzing) is WIP.