dm
dm
I'm working on it but no ETA yet ;)
Yep, the behavior is the same
Actually, I messed up my experiments indeed using the string fixes the bug.
Hi, I'm not on my computer right now but I guess the problem comes from uint_ptr type which is too small. I fixed it for one challenge (FUN?) but it...
I don't have the time to investigate, but here are my observations so far. However, they are indeed a few problems: In `cgc_malloc.h` ```c #ifdef X32_COMPILE #define HEADER_PADDING 24 #else...
> Out of interest, I suppose you have some raw data that you intend to generate the benchmark entries from. Is that data publicly accessible somewhere? (secondarily: is the information...
> Oh wow, and you have the commit information for most/all of them? Do you have a ballpark estimate of how many benchmark entries you could end up adding? A...
> * [ ] @DarkaMaul: fix the hunk-indexing mistake to get the right line numbers (it is fine to import the cases with simple hunks initially, CVEs with hunks of...
I've started the PR #212 . However, there are some issues that will prevent an "automated" import. The benchmark's model assigns vulnerabilities for lines of code, but in my case,...
I'm using IDA 7.2 on Linux. However, after more research I think the bug comes from ConfigParser in itself ( [Python #11597](https://bugs.python.org/issue11597) ) There is also another problem when the...