mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-27 15:30:33 +00:00
suite: correct authors of patch_major_os_version.py
This commit is contained in:
parent
244fba0773
commit
e23ac8f4fb
@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
# By Nguyen Anh Quynh
|
||||
# By Daniel Pistelli & Nguyen Tan Cong
|
||||
|
||||
# This script is to patch DLL/EXE MajorVersion to 5,
|
||||
# so they can be loaded by Windows XP.
|
||||
# This is the problem introduced by compiling on Windows 7, using VS2013.
|
||||
|
||||
import sys, struct
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user