找回密码
 立即注册→加入我们

QQ登录

只需一步,快速开始

搜索
热搜: 下载 VB C 实现 编写
查看: 2703|回复: 1

快速命名ida未知函数

[复制链接]
发表于 2015-11-2 17:51:45 | 显示全部楼层 |阅读模式

欢迎访问技术宅的结界,请注册或者登录吧。

您需要 登录 才可以下载或查看,没有账号?立即注册→加入我们

×

  1. first=0
  2. next=FirstSeg()
  3. print SegName(next)
  4. while first!=next:
  5.         first=next
  6.         next=NextSeg(first)
  7.         print SegName(next)
  8.         if SegName(next) == ".text" or SegName(next) == "INIT":
  9.                 codebegin=next
  10.                 codeend=NextSeg(next)
  11.                 while codebegin <= codeend:
  12.                         #push ebp;mov ebp, esp
  13.                         if((Dword(codebegin)&0xFFFFFF) == 0xEC8B55 and GetFunctionName(codebegin) == ""):
  14.                                 MakeFunction(codebegin)
  15.                         codebegin=codebegin+16
复制代码
回复

使用道具 举报

发表于 2018-1-14 15:18:44 | 显示全部楼层
可以可以!!
回复

使用道具 举报

本版积分规则

QQ|Archiver|小黑屋|技术宅的结界 ( 滇ICP备16008837号 )|网站地图

GMT+8, 2024-11-22 10:06 , Processed in 0.036049 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表