吾爱破解 - LCG - LSG |安卓破解|病毒分析|www.52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 4517|回复: 4
收起左侧

Mapimp 0.8

[复制链接]
A-new 发表于 2010-5-28 10:50
This is an open source OllyDbg plugin which will help you to import
map files exported by IDA, Dede, IDR, Microsoft and Borland linkers.
There are many plugins using which you can perform similar
actions, but mapimp:
- Recognizes debugged file segments and applies names correctly
- Has an option to overwrite or skip names that intersect already defined
- Has a filter option which gives you great name demangling potential

• Filter
The main idea is to apply series of masks to every single name loaded. Mask syntax goes
as follows:

/key[/]regex

Key "c" cuts the matched substring selected by regular expression

[SAMPLE]
name: System::__linkproc__ GetMem(int)
mask: /c__linkproc__
applied: System::GetMem(int)
[/SAMPLE]

Key "s" skips the name if regular expression succeeds. It may be useful if you
want to skip some dummy or incorrect names

[SAMPLE]
name: unknown_libname_2519
mask: /sunknown_libname_
applied:
[/SAMPLE]

Key "r" replaces the substring selected by regular expression with your own

/rsubstring/regex

As you can see slash character delims your substring from the regular expression.
Use double slash to define slash as a character of your substring

[SAMPLE]
name: System@Function(System@AnsiString;System@AnsiString)
mask: /rsys::/System@
applied: sys::Function(sys::AnsiString;sys::AnsiString)

name: System@Function(System@AnsiString;System@AnsiString)
mask: /r//_/@
applied: System/_Function(System/_AnsiString;System/_AnsiString)
[/SAMPLE]

As about regular expressions, the plugin uses pcre library which syntax is
compatible with perl regular expressions. Check www.pcre.org for docs and
sources

http://tport.org/releases/tools/mapimp08.7z

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

itm 发表于 2010-5-28 10:53
...全英文的。。。
coocoocoo3 发表于 2010-5-29 07:51
这个~~~
那个~~~
map我看得懂。

mapimp是什么。。

open od?

od插件?
Alar30 发表于 2010-5-29 12:29
sdzzb 发表于 2010-5-29 18:38
这 这  this
。。。what's this ..?  I havn't  studied English...Fuck...Oh  my god...My brain bomed!!
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则 警告:本版块禁止灌水或回复与主题无关内容,违者重罚!

快速回复 收藏帖子 返回列表 搜索

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-4-27 23:15

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

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