Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import map file bug #7

Open
yfz0574 opened this issue Apr 11, 2018 · 1 comment
Open

import map file bug #7

yfz0574 opened this issue Apr 11, 2018 · 1 comment

Comments

@yfz0574
Copy link

yfz0574 commented Apr 11, 2018

I've got an error when i imported the symbols from the .map file made by IDA:
Symbols have been truncated. like: Cutimer::fun(void *) may truncate to Cutimer.
But the ollydbg plugin does not have such bug.

我从 IDA 生成的.map文件导入符号, 发生了错误:
符号被截断, 像这样: Cutimer::Fun(void *),会变成 Cutimer。

但是 ollydbg 插件不会发生这样的BUG。

@yfz0574
Copy link
Author

yfz0574 commented Apr 13, 2018

The reason has been found:
At source file src\idaldr\Map\MapReader.cpp line 176 defined function: char *GrabToken(char *Dest, char *Src)
while (*Src == ' ' || *Src == '\t') Src++;
// The space in the encountered symbol was truncated.

原因已经找到;
在源文件src\idaldr\Map\MapReader.cpp第176行定义的函数char *GrabToken(char *Dest, char *Src)
while (*Src == ' ' || *Src == '\t') Src++;

//遇到符号中的空格就被截断了.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant