lifting-bits / grr

High-throughput fuzzer and emulator of DECREE binaries
Apache License 2.0
241 stars 32 forks source link

Replace GRANARY_ASSERT with glog #10

Open pgoodman opened 6 years ago

pgoodman commented 6 years ago

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 using cxx-common, we could easily upgrade it to use Google Log's CHECK macro.