voltron icon indicating copy to clipboard operation
voltron copied to clipboard

A hacky debugger UI for hackers

Results 87 voltron issues
Sort by recently updated
recently updated
newest added

An error occurred while loading Voltron: Traceback (most recent call last): File "/users/anksingh/.local/lib/python2.7/site-packages/voltron/entry.py", line 57, in import voltron File "/users/anksingh/.local/lib/python2.7/site-packages/voltron/__init__.py", line 95, in setup_env() File "/users/anksingh/.local/lib/python2.7/site-packages/voltron/__init__.py", line 31, in setup_env...

M1 Macs, newer iPhones and any device running on A12 Apple chipset run on a specific arm64e architecture that introduces some new features like PAC or nested virtualizations. Registers, instructions...

Hi, Do you plan to support arm64e (Tested for Mac OS 12.3.1 Kernel) architecture in near future? Or is it already supported someway and the tool needs only a tweak...

I'm trying to remote debug MacOS kernel with LLDB. I have Voltron and Apple's Kernel Debug Kit installed. In LLDB, first I create the target: ``` target create /Library/Developer/KDKs/KDK_11.6.5_20G527.kdk/System/Library/Kernels/kernel ```...

M1 system register efficiency cores as arm64e. this cause unknown processor issue. So adding to arm64e into processor list.

Is there any current way to change color scheme or theme of voltron? Are there any community themes as of yet? Are there any docs I can look at for...

An error occurred while loading Voltron: Traceback (most recent call last): File "/Users/liumeng/Library/Python/2.7/lib/python/site-packages/voltron/entry.py", line 57, in import voltron File "/Users/liumeng/Library/Python/2.7/lib/python/site-packages/voltron/__init__.py", line 95, in setup_env() File "/Users/liumeng/Library/Python/2.7/lib/python/site-packages/voltron/__init__.py", line 31, in setup_env...

Hey, I recently discovered voltron - and I love it. I developed a hackisch plugin to have a similiar source view as you show for lldb. With an arrow pointing...