snare

Results 45 comments of snare

Hi, thanks so much for your contributions :) Unfortunately due to circumstances out of my control I can't contribute to open source projects right now, but what I'm gonna do...

Some time, but I'm on holidays at the moment. I wrote it to disassemble one particular executable, which didn't have a .rdata segment. I'll add it in at some point....

I haven't had time to work on binjatron in ages, but I just merged a PR that is supposed to update it to be compatible with the latest version of...

Basic capstone support added in 42b3f56ca4f038ff5203824ad046b3c107863cee. Needs more work to reach feature parity with host-provided disassembly. Add things like pointer deref, arrows for jumps/calls, etc.

Are you opening views in other terminals? > On May 19, 2018, at 1:05 AM, mutepigz wrote: > > I use ConEmu to work it , but nothing happen. >...

What do you mean “nothing happened”? What do the views look like? Are you stepping in the debugger/hitting a breakpoint or something? > On May 19, 2018, at 2:18 AM,...

To be clear: nothing will happen *inside* the CDB console. Voltron is for attaching views in OTHER consoles to debuggers. You need to open a new console git bash window...

Try `apt-get install python3-pip` first?

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 wrote: > >...