qu0dy

Results 4 comments of qu0dy

Hi @jketema, > Just to confirm: does the build script you linked to allow you to successfully build XNU when invoked by itself? Yes, it's. > If so, could you...

@jketema the issue resolved when I used: `codeql database create xnu-database --language=cpp --command="./build.sh"` Instead of: `codeql database create xnu-database --language=cpp --command="make ARCH_CONFIGS="x86_64" KERNEL_CONFIGS=RELEASE BUILD_WERROR=0"`. I thought that I have to...

> Just to confirm: Did you check - using a CodeQL query - that the database actually contains the missing source files? Yes, it does. > Indeed it should. From...

> The output of that tool is not valid/parseable objc and can't be supported in this tool I see, in my case if was interested to parse `cfstrings`, and disabling...