DirtyCred icon indicating copy to clipboard operation
DirtyCred copied to clipboard

Fixed kernel analyzer to work with clang

Open Albocoder opened this issue 2 years ago • 0 comments

Clang built with O0 patch (link) 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 properly.

Albocoder avatar Nov 10 '23 19:11 Albocoder