Disconnect3d

Results 494 comments of Disconnect3d

I am an actual user but I haven't given it a try yet. Will check it out in some days and respond if it works ;).

We can make a hook and dispatch input that startswith `%` to ipython magics as @gotcha 's link suggests. However this is not ideal - e.g. `%cpaste` is actually pasting...

Can you give some examples that can't be fixed by adding method to make VerbExp use `re.UNICODE` flag?

Can't we do that through `Cargo.toml` of whatever crate we run Siderophile in? @rozbb

I think it was not send as PR. GitHub says those three top commits in their fork are "ahead" of origin/upstream/this repo: https://github.com/dethrophes/pyelftools/commits/master

@semihalf-oleksy-michalina Can you post a PR with your changes so we can try it out? Also could you change the command to use `ArgparsedCommand` decorator like some of the other...

@zachriggle Is the purpose of `dt` just describe particular type layout? If so, we will have to show the padding to the user as well. Also it might be good...

Btw https://sourceware.org/ml/gdb-patches/2017-11/msg00435.html Still our approach is probably better as we support older gdb versions.

One can use GDB's native command: `ptype /o ` now. Shall we make `dt` an alias to it? Also, `dt` works now but it will crash not-nicely when one provides...

@Erebua > squashfs-root is from https://github.com/praetorian-inc/DVRF/blob/master/Firmware/DVRF_v03.bin > binwalk -Me ./DVRF_v03.bin This command does produce only an empty squashfs-root directory, so I can't get the gdbserver from it, can you upload...