grr icon indicating copy to clipboard operation
grr copied to clipboard

High-throughput fuzzer and emulator of DECREE binaries

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

enhancement
good first issue

GRR uses `GRANARY_ASSERT`, which is kind of a weird holdover from writing DBTs that can't depend on system libraries, and it's also very C-like. Now that we've made GRR start...

enhancement
help wanted
good first issue

When the page hash is invalidated (e.g. because of a JIT), then all further executed code after a re-hash is triggered will be translated without consideration for whether or not...

Code coverage used to be computed differently and stored into a bitset. Since moving over to the path entry recording approach, the PID has stopped being included. Adding it back...