jchristman / PyDA

Python binary DisAssembler
http://suntzuii.github.io/PyDA/
Other
26 stars 10 forks source link

Plugin Idea: Identify Possible Vulns #21

Open direwolf314 opened 10 years ago

direwolf314 commented 10 years ago

Could operate in a couple different ways:

  1. The plugin maintains a list of 'known vulnerable functions'. It then scans the binary and makes a list of any calls to those functions and their addresses for further investigation.
  2. The plugin has a list of functions that it knows return input from a user (gets/socket recv/etc.) and similarly reports them for further investigation.