Skip to content

Dscanner --json doesn't print variables #37

Closed
@trikko

Description

@trikko

dscanner doesn't output variables info with --json option.

it would be useful if it can return info about a,b inside function main.

int main()
{
int a;
string b;
return 0;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions