BayshoreNetworks / yextend

Yara integrated software to handle archive file data.
BSD 3-Clause "New" or "Revised" License
299 stars 59 forks source link

Add support for command line arguments via getopt #12

Closed dre closed 7 years ago

dre commented 7 years ago

Add support for command line arguments (via getopt) to run_yextend. This way the command line arguments can handled in a looser way than by strict index numbers. So for instance I want to be able to run like this:

./run_yextend -r x.yara -t file1

or

./run_yextend --ruleset x.yara --target file1

mehreen10 commented 7 years ago

We now have support for command line arguments via getopt