voltron icon indicating copy to clipboard operation
voltron copied to clipboard

Issue running voltron for the first time (lldb)

Open Aborres opened this issue 7 years ago • 1 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)

Aborres avatar Jan 27 '18 12:01 Aborres

Do what it says and read the documentation. You need to use the install script, not just pip.

On Jan 27, 2018, at 4:23 AM, Aborres [email protected] wrote:

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 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)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/snare/voltron/issues/225, or mute the thread https://github.com/notifications/unsubscribe-auth/AAey8ZLXCfA7mHoC5AE3Gs2KcOyeX5zCks5tOxUkgaJpZM4RvRUW.

snare avatar Jan 28 '18 00:01 snare