摘要:
32位 从Ida把目标函数扣出来 toUapper proc near arg_0 = dword ptr 4 push esi mov esi, [esp+4+arg_0] push edi mov edi, esi or ecx, 0FFFFFFFFh xor eax, eax repne sc 阅读全文
摘要:
compile.py import os, shutil import compileall import sys import re def copy_to_up(path): for f in os.listdir(path): if f == '__pycache__': for f_main 阅读全文