Displaying 1 result from an estimated 1 matches for "34c3".
Did you mean:
343
2018 Jan 08
0
LLVM Weekly - #210, Jan 8th 2018
....0.0](http://lists.llvm.org/pipermail/llvm-dev/2018-January/120090.html). The
first release candidate isn't scheduled until Jan 17th.
[QDBI](https://qbdi.quarkslab.com/) is a new open-source LLVM-based Dyanmic
Binary Instrumentation Tools from QuarksLab. You can find out more from this
[recent 34C3 talk](https://media.ccc.de/v/34c3-9006-implementing_an_llvm_based_dynamic_binary_instrumentation_framework).
Dan Liew has open sourced [JFS](https://github.com/delcypher/jfs) (JIT Fuzzing
Solver), a constraint solver built on top of Z3 and LibFuzzer. It works by
generating a C++ program where the...