如果要使用AFL或者AFL++之类的模糊测试引擎得话,可以在环境变量里面修改gcc和g++参数 export CC=afl-clang-fast export CXX=afl-clang-fast++ 1. 2. 然后重新执行编译就好了
The clang wrappers (afl-clang and afl-clang++) can be used in the same way; clang users may also opt to leverage a higher-performance instrumentation mode, as described in llvm_mode/README.llvm. When testing libraries, you need to find or write a simple program that reads data from ...
CPP-Reflection - C++ Reflection using clang. [MIT] Easy Reflection - Easy and fast reflection + serialization solution like in Rust, Java or Go. [Apache] Magic Enum - Header-only C++17 library provides static reflection for enums (to string, from string, iteration), work with any enum typ...