snare

Results 50 comments of snare

I’ll take a look at this! Thank you > On Jan 5, 2017, at 12:15 AM, Xuan wrote: > > I use lldb with debugserver to remote debug process on...

``` tests.lldb_api_tests.test_version ... ok tests.lldb_api_tests.test_state_invalid ... ok tests.lldb_api_tests.test_targets_not_running ... ok tests.lldb_api_tests.test_targets_stopped ... ok tests.lldb_api_tests.test_registers ... ok tests.lldb_api_tests.test_stack_pointer ... ok tests.lldb_api_tests.test_program_counter ... ok tests.lldb_api_tests.test_memory ... ok tests.lldb_api_tests.test_stack ... ok tests.lldb_api_tests.test_disassemble ......

``` $ lldb --version lldb-buildbot-2015-12-31 (LLDB 57ccfa8536, LLVM 3ebdbb2c7e, Clang f66c5bb67b, Swift-2.2 1f2908b4f7) ```

I was gonna say I haven't had time to really look at it but I've basically been staring at nothing all day so I might try and look at it...

Hi, You probably need to add /Users/xxx/Library/Python/2.7/bin to your $PATH snare > On Dec 19, 2018, at 12:44 PM, frankmarco2000 wrote: > > Oh sorry, I forgot to add this...

I looked at this briefly once before and it seemed like a bit of a pain because I want to be able to spin off a background thread for the...

Maybe I'm misunderstanding, but I thought r2pipe was just for remote-controlling a headless r2 instance. Can the user interact directly with the r2 CLI when using r2pipe? Or would Voltron...

OK cool I'll have a look, thanks!

@radare is there a way I can get a callback each time the debugger is stepped or a breakpoint is hit etc? Voltron relies on the `stop_hook` mechanisms in GDB...

I've got about 3/4 of a debugger adapter class for r2 going so Voltron can talk to r2 via r2pipe to get register state, read memory (tho memory read isn't...