You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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。
The text was updated successfully, but these errors were encountered:
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.
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。
The text was updated successfully, but these errors were encountered: