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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
为什么需要移植
objdump只有终端输出,人可读,但是不能输出方便再次解析的结构化数据(例如xml,json) 。现在版本的代码直接用正则表达式解析objdump的终端输出,很可能漏解析 future 或者将无关结构体当成 future 进行解析。
移植步骤
对 DIE 的简单介绍: https://dwarfstd.org/doc/Debugging-using-DWARF-2012.pdf
Beta Was this translation helpful? Give feedback.
All reactions