K2
K2
In genreal that should be availale for testing purposes in the local stack e.g. int foo; &foo; . The examples or linked PDF should show some of that. This code...
Hey thanks, I'm hoping to write some code war style block fighting primitives based on capstone. Glad to be part of the ecosystem :) On Mar 18, 2016 5:57 PM,...
Sorry I missed this somehow. [dt.sh](https://github.com/K2/Scripting/blob/master/dt.sh) uses llvm-readobj to get this information out (also extracts the GUID). I don't think it would be that hard to brute force this information....
Btw, neat PS debugger. I would love to see it on PS6+ I wrote some Linux code that uses the json symbols in [inVtero.Core](https://github.com/ShaneK2/inVtero.net/blob/master/inVteroPS/inVtero.ps1) Something similar may help you have...
I took a quick stab at this and started up 48 instances in a parallel afl fuzz. I'm using the afl-fuzz mode only right now, the perf can be improved...
Here's a set of crashes that still work on the latest commit, their all minimized/reduced from a larger set. I've got the 64 cores on this all week so we...
Re-running now, all the inputs and using robust/safe call. I did get one SAN trigger from clang during setup. [null.zip](https://github.com/RoaringBitmap/CRoaring/files/1828346/null.zip) ``` Binary content read. CRoaring/src/containers/run.c:682:12: runtime error: null pointer passed...
Yeah, it was one of clang's analyzer's there's a chance it was a false. I ran everything for the past day nothing so far, I'll view the coverage data to...
I noticed a few AV from some of the recent merges, I'll make some more passes with the new tests, hopefully we already coverage :) ... I was thinking @lemire...
@lemire I've gone through and setup an integration into oss-fuzz, I'll submit the PR to them if you think this is a good testcase. ```C #include #include #include #include "roaring/roaring.h"...