摘要:
##要求 from prettytable import PrettyTable import os book_list=[] #保存信息 def save(): f=open("book.txt",mode="w",encoding='utf-8') for book in book_list: 阅读全文
摘要:
一、二进制文件 二、IDA分析 1 // local variable allocation has failed, the output may be wrong! 2 int __cdecl main(int argc, const char **argv, const char **envp) 阅读全文