We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like hex-rays comments out external data declarations, which makes prd ignore them:
For example, from Rode0days 19.11 sqliteB4 function output_file_close:
//-------------------------------------------------------------------- // Data declarations // extern struct _IO_FILE *stderr; // extern struct _IO_FILE *stdout;
this is not processed correctly by PRD. (only effects 2 of 11615 functions tested)
The text was updated successfully, but these errors were encountered:
pdreiter
No branches or pull requests
Looks like hex-rays comments out external data declarations, which makes prd ignore them:
For example, from Rode0days 19.11 sqliteB4 function output_file_close:
this is not processed correctly by PRD. (only effects 2 of 11615 functions tested)
The text was updated successfully, but these errors were encountered: