DirtyCred
DirtyCred copied to clipboard
Results
1
DirtyCred issues
Sort by
recently updated
recently updated
newest added
Clang built with O0 patch ([link](https://github.com/Markakd/LLVM-O0-BitcodeWriter)) doesn't build the KINT, throwing some errors mainly due to StringRef->std::string conversion. To solve it one must add `.str()`. This patch makes it compile...