02 2025 档案

摘要:import keystone from keystone import * import ida_bytes import idaapi import idc # 来自叶谷雨的代码 def binSearch(start, end, pattern): matches = [] addr = st 阅读全文
posted @ 2025-02-25 14:06 公众号python学习开发 阅读(225) 评论(0) 推荐(0)
摘要:function watch(obj, name){ var console_log = console.log return new Proxy(obj, { get(target, p, receiver){ // 过滤没用的信息,不进行打印 if (p "Math" || p "isNaN" 阅读全文
posted @ 2025-02-07 11:01 公众号python学习开发 阅读(444) 评论(0) 推荐(0)