首页
社区
课程
招聘
[求助]IDA VB API
2011-3-10 09:55 5709

[求助]IDA VB API

2011-3-10 09:55
5709
.text:004049A0 LibraryFunction0c db 'GetCurrentProcess',0 ;
.text:00404834 LibraryName10   db 'Kernel32',0
.text:004049B4 aLibraryName0c  sExternalLib <offset LibraryName10, offset LibraryFunction0c>

要是有插件能把这些名字改成GetCurrentProcess1、GetCurrentProcess2、GetCurrentProcess3就好了,程序好读很多,可惜不会写插件。

[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

收藏
点赞0
打赏
分享
最新回复 (3)
雪    币: 234
活跃值: (25)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
tygyxyw 2011-3-11 09:11
2
0
.text:004049A0 LibraryFunction_GetCurrentProcess db 'GetCurrentProcess',0 ;
.text:00404834 Library_Kernel32   db 'Kernel32',0
是这样吗?
雪    币: 12205
活跃值: (2702)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
rongge 2011-3-11 14:43
3
0
差不多,反正容易读懂就行了。
不过IDA的hex_rays也不是太好用,unicode也显示不了,常量反而用变量表示。
雪    币: 79
活跃值: (30)
能力值: ( LV2,RANK:150 )
在线值:
发帖
回帖
粉丝
nnhy 3 2011-4-8 15:07
4
0
这个我在vb.c里面有写到
游客
登录 | 注册 方可回帖
返回