hexcoder
hexcoder
Current dev: compilation (make ASAN_BUILD=1 DEBUG=1 distrib) on Raspbian 32-bit (armv7l) fails in frida_mode with: ``` ... cc -fPIC -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -g -O3 -funroll-loops -Werror -Wall -Wextra -Wpointer-arith -I /home/heiko/AFLplusplus/include...
I found the work of Proteas for [ios support](https://github.com/Proteas/afl-ios) and expanded a bit on it in this [branch](https://github.com/vanhauser-thc/AFLplusplus/tree/shared_memory_mmap_refactor). iOS needs a different API for using shared memory (mmap-based). I adapted...
Thanks for your work on this useful tool! > To remove the instrumentation and profiling support click 'Remove Profiling Support' in the context menu for the project. does not work...
I get exceptions when I try to (re)run angora after a previous termination (with ^C). First run is like this `# /angora/bin/fuzzer -i `**i** `-o o -j 24 -t translit/OBJ/x86_64-linux-clang_taint/translit...
Thanks for your work, which helped me a lot. I used it to migrate my project from ClearCase to git. After fixing issue #35 and issue #59, `gitcc rebase` ran...
On a current Arch Linux x86_64 and aarch64 `make STATIC=1 binary-only` gives: ``` [*] Performing basic sanity checks... [+] All checks passed! [*] Making sure qemuafl is checked out [*]...
**Where** https://perldoc.perl.org/blead/functions/join as of 05/10/2024. **Description** **join EXPR,LIST** 1. The documentation does not state how the return value is being built, when LIST contains 'undef' values. F.e.: `my $rec =...
(This is just an observation, not necessarily a bug.) perl5db.pl as of commit https://github.com/Perl/perl5/commit/c60ffc18d95f78ee7648b195a460da80064bba28 Module: perl5db.pl **Description** Reviewing the code for `_DB__handle_watch_expressions()` https://github.com/Perl/perl5/blob/8cacb84717058962131a5d2a3180c34d514f2b05/lib/perl5db.pl#L2483 I found that using `join` here https://github.com/Perl/perl5/blob/8cacb84717058962131a5d2a3180c34d514f2b05/lib/perl5db.pl#L2494...
Module: perl5db.pl or DB.pm **Description** When starting the debugger with `perl -Mstrict -wde 1` the "use strict" has no effect on subsequent expressions used with the `x` command (e.g for...