摘要: 使用工具:IDA pro v7.0,安装时自动安装Python 2.7.13(win32) 1. 首先使用IDA打开一个项目 2. File选项下 “Script file...”选项可选择idc或py文件,打开即运行,运行结果显示在界面下方的Output window中; “Script comm 阅读全文
posted @ 2020-07-09 21:34 From_Zero 阅读(767) 评论(0) 推荐(0) 编辑
摘要: 使用迭代器遍历v1,find函数查找v2中是否有相同的元素。 #include <stdio.h> #include <stdlib.h> #include <iostream> #include <string> #include <vector> #include <algorithm> #in 阅读全文
posted @ 2020-07-09 20:55 From_Zero 阅读(1110) 评论(0) 推荐(0) 编辑