摘要: 主函数: int __cdecl main(int argc, const char **argv, const char **envp) { setlocale(6, &locale); banner(); prompt_authentication(); authenticate(); retu 阅读全文
posted @ 2022-04-18 20:28 Luccky 阅读(36) 评论(0) 推荐(0) 编辑
摘要: pyc文件,使用EasyPythonDecompiler反汇编 得到源码 # Embedded file name: 1.py import base64 def encode(message): s = '' for i in message: x = ord(i) ^ 32 x = x + 16 阅读全文
posted @ 2022-04-18 19:20 Luccky 阅读(42) 评论(0) 推荐(0) 编辑