binwalk_simple.py 211 Bytes Edit 1 2 3 4 5 6 7 #!/usr/bin/env python import binwalk # Since no options are specified, they are by default taken from sys.argv. # Effecitvely, this duplicates the functionality of the normal binwalk script. binwalk.execute()