1 Star 1 Fork 0

知码匠/Android Dump Helper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Android平台Breakpad生成的dump文件解析脚本

本项目用于快速解析dump文件。 当前仅支持Linux平台,其他平台待完善。

运行原理

  1. 利用dump_syms工具生成sym文件。
  2. 利用minidump_stackwalk工具,输入dmp和sym文件,生成.stack(.raw)文件。

使用方法

  1. 将so,dmp文件直接拖拽到dump_helper上,即可解析。 a. dump-helper将优先解析so文件,生成sym文件。 b. dump-helper将解析dmp文件,生成.stack和.raw文件。

特性

  • 合并dump_syms和minidump_stackwalk,可根据文件后缀识别该如何处理文件。

第三方库

rust-minidump/rust-minidump

Git:https://github.com/rust-minidump/rust-minidump.git Version 0.21.1 (2024-03-01)

mozilla/dump_syms

Git: https://github.com/mozilla/dump_syms.git Version 2.3.1

MIT License Copyright (c) 2024 GiraKoo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

利用python脚本,配合stackwalk和dump_syms工具,实现breakpad生成的dmp文件的解析。 展开 收起
Python
MIT
取消

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/izmj/dump-helper.git
git@gitee.com:izmj/dump-helper.git
izmj
dump-helper
Android Dump Helper
main

搜索帮助

Cb406eda 1850385 E526c682 1850385