-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
codeql query chromium didn't work... #13552
Comments
@Jackenmen @aibaars any tips, thanks. :( |
Hi. Thanks for your question. Am I correct that the changes you make were to a file called |
Yeah. |
The contents of the modified file actually didn't end up in the database due to the problem also reported here: #13489 (comment). I'll try to have a closer look at this. |
I found this bug occurs in windows, but don't exist in wsl ubuntu... But when I use wsl ubuntu to create database, I meet another problem. LOL :( .... #7582 |
That particular issue was fixed. So, you're probably running into a similar but different problem. Could you open an issue for that too, and provide the logs. Thanks. |
Yeah, I will |
Introduction
Hey, I have download codeql version 2.13.4
and try to work it with chromium. but seems it dosen't wrok...
My OS is windows 10. and I change chromium src one file content.
I add a command in this file, so it should recompile this. with this log , it could confirm I build the database successful.
and then I write a query file:
And it returns no result...
And If I just want to query all function it still failed, like this:
To see what happened , I unzip the src.zip file in the database, and I did found the function:
I attach the database, could u give me anytips which part I am wrong. thank u so much!
hunting.zip
The text was updated successfully, but these errors were encountered: