execution-trace-viewer:用于查看和分析执行跟踪的工具

时间:2024-05-24 19:08:42
【文件属性】:

文件名称:execution-trace-viewer:用于查看和分析执行跟踪的工具

文件大小:236KB

文件格式:ZIP

更新时间:2024-05-24 19:08:42

python security pyqt5 reverse-engineering x64dbg

执行跟踪查看器 执行跟踪查看器是一个用于查看,编辑和分析执行跟踪的应用程序。 它最初是为反向工程混淆代码而制作的,但可用于分析任何类型的执行跟踪。 特征 打开,编辑和保存执行跟踪 通过disasm,reg值,内存地址/值等搜索和过滤跟踪 添加评论和书签 编写python插件 支持x64dbg跟踪 依存关系 安装并运行 git clone https://github.com/teemu-l/execution-trace-viewer pip install pyqt5 yapsy qdarkstyle capstone python tv.py 跟踪文件格式 支持以下文件格式: .tvt-默认文件格式。 从x64dbg跟踪格式开发。 x64dbg格式的3个差异:添加了注释,disasm和书签。 .trace32 / .trace64-x64dbg文件格式。 仅支持阅读。 加载x64d


【文件预览】:
execution-trace-viewer-master
----LICENSE.txt(1KB)
----core()
--------prefs.py(4KB)
--------__init__.py(0B)
--------bookmark.py(541B)
--------trace_data.py(6KB)
--------filter_and_find.py(7KB)
--------trace_files.py(19KB)
--------api.py(5KB)
----requirements.txt(68B)
----tv.py(401B)
----plugins()
--------exec_counts.yapsy-plugin(235B)
--------print_selected_bookmarks.py(650B)
--------filter_by_mem_addr.py(2KB)
--------filter_by_mem_addr.yapsy-plugin(228B)
--------comment_mem_access.py(1KB)
--------print_rows.py(698B)
--------exec_counts.py(1KB)
--------print_selected_bookmarks.yapsy-plugin(229B)
--------comment_mem_access.yapsy-plugin(236B)
--------list_bookmarks.py(2KB)
--------list_bookmarks.yapsy-plugin(192B)
--------print_rows.yapsy-plugin(194B)
----gui()
--------mainwindow.ui(12KB)
--------input_dialog.py(3KB)
--------__init__.py(0B)
--------syntax_hl()
--------mainwindow.py(28KB)
--------widgets()
----README.md(5KB)
----docs()
--------img()
----.gitignore(53B)
----traces()
--------vmp3_32b_11k.tvt(383KB)

网友评论