snare

Results 50 comments of snare

The install script defaults to installing with `--user` now so this will only be if you do `./install.sh -s` but I'll have to investigate.

Oh the problem is just that it reports that it's installed to /S/L and puts that in the lldbinit when it's actually installed to /L. It lets `pip` do the...

Did you manually copy `dbg_lldb.py` into `~/.voltron/plugins`?

I'll investigate. Using `post_event` was actually to avoid issues related to multiple threads doing concurrent API calls, which was causing crashes in previous versions.

Voltron has to be installed into the system's Python installation, which is primarily why the `install.sh` is included - it figures out which Python installation to use. When you are...

I'm not very familiar with Immunity Debugger, could you give me a bit of a summary how it would work in each instance (variable, memory, register) and what the UI...

That sounds pretty cool. I think I'll have to have a play with ImmDbg to get a better idea of how it works, but I get the gist. Definitely a...

I might actually investigate the background thread API issue as that's been a thorn in my side for a long time. I'm always hesitant to put effort into getting stuff...

Yep, you can make multiple sequential requests from views now, but I'd prefer if this behaviour was wrapped in an `if` checking if the debugger supports the `async` capability (which...

How did you install? With the `install.sh` script? From the format of that error message, I'm guessing Android Studio embeds LLDB? What do the following commands say when you execute...