van Hauser

Results 81 issues of van Hauser

- [ ] add libfuzzer (basically only because of -value_profile) - [ ] add libafl (because it is amazing)

the harnesses created by ziggy should support giving them filenames, .e.g target/afl/debug/foo-fuzz file.1 file.2 file.3 and those files are just given to the harness function on by one.

honggfuzz allows for binding to a CPU with --pin_thread_cpu=1 however it is very ineffective/naive about this, it always binds the same CPUs, even if multiple honggfuzz fuzzing campaigns are running....

small fix to provide an alternative to the hardcoded paths. small question - on ARM32/AARCHXX dynamorio forever loops for me when I insert instrumentations around OP_strex. did you notice the...

renamed AFL_DIR to AFL_PATH, as the former makes afl-fuzz complain and the latter helps to find it's data. also optimized building the target and how to fuzz it.

# Issue Description A dishonest domain owner or especially the user that opened the newest channel between two domains, have the ability to close a communication channel immediately to avoid...

audit

# Issue Description In the current implementation, if an attempt to open a channel to a destination fails, the associated fees are locked away indefinitely. This issue arises because the...

audit

I try to follow the example commands from the README with the supplied LUA grammar, but building polyglot fails: ``` $ cmake -DCMAKE_BUILD_TYPE=Release -Bbuild -G Ninja -DBUILD_TESTING=OFF -DGRAMMAR_FILE=grammars/lua/Lua.g4 ... LEXER_NAME:...

(on Cygwin x64) g++ -DHAVE_CONFIG_H -I. -I../../../tsk -I../../.. -Wall -I/usr/local/include -g -O2 -MT dfxml.o -MD -MP -MF .deps/dfxml.Tpo -c -o dfxml.o dfxml.cpp dfxml.cpp: In member function 'void xml::printf(const char*, ...)':...