Skip to content

Commit

Permalink
适配自动化测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzdyl committed Jan 21, 2024
1 parent a3c6ead commit 9861fb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
import struct
import tempfile
import urllib.request
import sys

# 设置标准输出编码为UTF-8
sys.stdout.reconfigure(encoding='utf-8')

# x64 or x86 signatures and replacements
SIG_X64 = bytes([0x48, 0x89, 0xCE, 0x48, 0x8B, 0x11, 0x4C, 0x8B, 0x41, 0x08, 0x49, 0x29, 0xD0, 0x48, 0x8B, 0x49, 0x18, 0xE8])
Expand Down

0 comments on commit 9861fb6

Please sign in to comment.