hexcoder
                                            hexcoder
                                        
                                    Regarding Android: this needs support of ashmem API. Yet another shared memory interface.
Yes, but I was not able to verify.
@domenukk - I never researched what minimum SDK is needed (and where to get it). Too much on my plate already...
I am only a tiny bit happy, since the error seems to be fixed. But during `make distrib` now I got a different compilation error: ``` cc -fPIC -D_GNU_SOURCE -D_FORTIFY_SOURCE=2...
> Building **ASM** object ... It is probably wrong to call angora-clang on an assembler source. Should the wrapper detect assembler sources?
I updated the docker image, and tried again. First with `-input i`, then after 5 seconds I terminated it. Angora showed 15 paths found, but output/queue is empty then! I...
Great, what multi threaded target app would you propose for developing/testing?
Could the laf-intel.patch for AFL be of help? [Patch against AFL 2.52b](https://github.com/vanhauser-thc/afl-patches/blob/master/laf-intel.diff) [Blog entry explaining the transforms](https://lafintel.wordpress.com/2016/08/15/circumventing-fuzzing-roadblocks-with-compiler-transformations/)
Here is a simpler test case: ``` #define COMMA , #define MULTI(SEPARATOR) A SEPARATOR B #define VARS MULTI(COMMA) unsigned VARS; ``` gives a similar error: `issues/simpleComma.c:4: syntax error: failed to...
Reducing the last of block of 33 lines (stpcpy... ) to one line works for me. But it also shows: memory is not released directly after expansion, but instead increases...