Skip to content

Need to handle when decompiler comments out external variables #2

Description

@pdreiter

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions