Open marcinguy opened 3 years ago
Found the problem:
opt: Unknown command line argument '-debug'.
After removing it from cmd line it works.
Not sure about headers files and c2xml
Running now Dr_Checker on Linux Kernel 5.3.1 drivers. Will see if it will work and find anything.
c2xml is needed. Sometimes c2xml produces errors, due to missing headers (weird?). I will just skip on malformed XML.
Any ideas why the SoundyAnalysisRunner fails?
It makes the Bitcode, links it (with dr_linker), finds entrypoints etc.
Also had to disable c2xml since it was complaining on malformed input.
With it enabled, it errors out:
Files:
198118_hdrs.txt
seems ok
Here is the issue where SoundAnalysis fails:
Thanks in advance
Cc @Machiry