snare / voltron

A hacky debugger UI for hackers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue running voltron for the first time (lldb)

Aborres opened this issue Β· comments

I have just installed voltron using:
𝞴 /usr/bin/python -m pip install voltron
I had to manually add the execution of voltron to the .lldb file.

𝞴 lldb ../bin/foo.exe
An error occurred while loading Voltron:

Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/voltron/entry.py", line 99, in
voltron.command = plugin.command_class(*args)
File "/Library/Python/2.7/site-packages/voltron/plugins/debugger/dbg_lldb.py", line 550, in init
self.adaptor.command("script import voltron")
File "/Library/Python/2.7/site-packages/voltron/dbg.py", line 82, in inner
raise e
AttributeError: 'NoneType' object has no attribute 'strip'

Please ensure Voltron is installed correctly per the documentation: https://github.com/snare/voltron/wiki/Installation
(lldb) target create "../bin/OE_Editor_d"
Current executable set to '../bin/OE_Editor_d' (x86_64).
(lldb)

commented