Age | Commit message (Collapse) | Author |
|
Fixed SIGSEV due to wrong pointer size
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make AFL-Unicorn install script executable
|
|
|
|
Port for Android
|
|
|
|
|
|
compcov levels to enable the instrumentation of only comparisons with immediates
|
|
|
|
|
|
|
|
|
|
system-config: making it more compatible with BSD systems.
|
|
The following knobs are Linux specifics but have few counterparts
in those systems.
|
|
|
|
Use arc4random(3) on *BSD/macOS
|
|
|
|
|
|
|
|
avoid arithmetic with void pointers (undefined behaviour)
avoid some shadowed variables
|
|
|
|
|
|
|
|
llvm-mode: Get the clang version correctly
|
|
When using clang-8.0, The previous command in the
Makefile will get two 8.0.0, thus a warning message print.
|
|
|
|
|
|
|
|
|
|
Workaround patch for QEMU
|
|
Solution not involving file descriptors, seeded upon fork and on
a regular basis.
Signed-off-by: Tobias Kortkamp <t@tobik.me>
|
|
|
|
|
|
|