"""find_literals.py Count occurrences of a 32-bit LE literal in the binary.""" import struct, sys path = sys.argv[1] target = int(sys.argv[2], 0) with open(path, 'rb') as f: data = f.read() needle = struct.pack('