首页
社区
课程
招聘
[翻译]基于python的开源LLDB前端GUI Voltron简介
发表于: 2016-10-27 16:15 17543

[翻译]基于python的开源LLDB前端GUI Voltron简介

2016-10-27 16:15
17543
$ git clone https://github.com/snare/voltron
$ cd voltron
$ ./install.sh
$ ./install.sh -u
command script import /path/to/voltron/entry.py
source /path/to/voltron/entry.py
$ lldb target_binary
$ lldb target_binary
(lldb) voltron init
$ gdb target_binary
$ ./vdbbin target_binary
> script /path/to/voltron/entry.py

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

上传的附件:
收藏
免费 3
支持
分享
最新回复 (6)
雪    币: 14
活跃值: (19)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
安装成功,启动lldb提示如下,win7 64
ImportError: No module named '_curses'
2016-11-19 11:08
0
雪    币: 3907
活跃值: (5817)
能力值: ( LV12,RANK:200 )
在线值:
发帖
回帖
粉丝
3
可以去官方的github下提交issue
2016-11-19 11:27
0
雪    币: 223
活跃值: (35)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
emmmmm,安装之后并不能像作者那样分屏,就很难受
2020-4-14 18:26
0
雪    币: 178
活跃值: (400)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
最后你会发现自己写lldb python脚本, 直接使用lldb是最好的
2020-4-30 08:32
0
雪    币: 0
活跃值: (111)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
voltron view register 输入完提示Usage: voltron <init|debug|update> 怎么办呢
2020-7-9 15:16
0
雪    币: 229
能力值: ( LV1,RANK:0 )
在线值:
发帖
回帖
粉丝
7
lldb执行之后 出现Voltron loaded.是表示插件正常工作了么,如果是我这里问题就是什么调试窗口都没有出现。
2020-7-9 17:39
0
游客
登录 | 注册 方可回帖
返回
//