Home
last modified time | relevance | path

Searched refs:pe_file_path (Results 1 – 1 of 1) sorted by relevance

/external/capstone/suite/
Dpatch_major_os_version.py14 pe_file_path = sys.argv[1] variable
16 with open(pe_file_path, "rb") as f:
28 with open(pe_file_path, "wb") as f: