krmaxwell / maltrieve

A tool to retrieve malware directly from the source for security researchers.
GNU General Public License v3.0
562 stars 184 forks source link

Fix argument parsing #125

Closed krmaxwell closed 9 years ago

krmaxwell commented 9 years ago

Implementing a function for argument parsing turned up an error where we tried to parse sys.argv[0] (the name of the script as called). This fixes #124.