moflow icon indicating copy to clipboard operation
moflow copied to clipboard

Release Branches for MoFlow

Results 4 moflow issues
Sort by recently updated
recently updated
newest added

Program crashes itself (tried with `-s`): ```` [zhangys@chcpu12a afl-dyninst]$ ./afl-dyninst -i ../../benchmarks/binary/lavam_binary/base64 -o base64_inst -s 300 Skipping library: libAflDyninst.cpp Skipping library: libAflDyninst.so Instrumenting module: base64 Skipping library: ld-linux-x86-64.so.2 Skipping library:...

I followed the instructions to instrument my binary successfully, but it complained when I tried to run the program: ```` [zhangys@chcpu12a afl-dyninst]$ export DYNINSTAPI_RT_LIB=/home/zhangys/local/lib/libdyninstAPI_RT.so [zhangys@chcpu12a afl-dyninst]$ ./afl-dyninst -i ../../benchmarks/binary/lavam_binary/base64 -o...

When I use gentrace.so to build trace.bpt , it show error. terminate called after throwing an instance of 'SerializedTrace::TraceException' what(): Attempt to add zero-length frame to trace Aborted (core dumped)...

hi, i'm using ubuntu 15 and have sucecssfully installed all needed dependedcies (llvm-3.6) and the configure was ok as well (this wasn't easy.. :-) ) during the make i'm getting...