Skip to content

scanf/printf - detect small strings like "%s" #173

@Maijin

Description

@Maijin

Actually not sure if regression or if it always happened but notice the scanf when doing aaa / pdd in crackme0x00.exe (r2r/bins/pe/ioli)

scanf (0x404024);

Instead should be:

scanf ("%s", &s1);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions