Jakub Wilk
Jakub Wilk
I got this warning after cloning the repo: ```console $ git clone -q https://github.com/teddy-gustiaux/default-bookmark-folder : is not a valid attribute name: .gitattributes:2 ``` Indeed, this doesn't look like a valid...
README reads: > You can overload the prefix path by defining the PREFIX environment variable before installing. > > $ PREFIX=$HOME make install However, with the advent of autotools-based build...
As indicated in README, the instrumentation is slow at the moment. Here are some rough ideas how to speed it up: * Replace `sys.settrace()` with lower-level `PyEval_SetTrace`. * Rewrite bytecode...
The errors that afl-fuzz prints are tailored to compiled programs; they are not very helpful in the context of python-afl, especially for newcomers. Related issues: #13, #21, #22,
Cc: @maage The afl-cmin test fails with recent AFL++ versions: ``` ====================================================================== ERROR: tests.test_cmin.test ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File ".../python-afl/tests/test_cmin.py", line...