Disconnect3d
Disconnect3d
@zachriggle any opinion here?
> or just require GDB 7.9 (released in 2015) to use Pwndbg I'd be even up for bumping the required version even more, like 9.x as it's not that big...
Just for reference: https://github.com/pwndbg/pwndbg/blob/dev/pwndbg/commands/context.py#L544-L590 Can it be related to symbols being mangled/demangled somewhere and us having incorrect names or something? Also, what does the current backtrace give us over the...
This is referenced anyway, but just not to loose this: there was an attempt in #754 to fix this.
Is this arch supported by capstone? If so, we could easily add it. If not, maybe we should drop capstone nad use GDB's disassembler etc in such cases ;).
I believe this was added in https://github.com/pwndbg/pwndbg/commit/e92a45ca263178efe775d17d8ed3cff7ba5fe1e2 and will be further enhanced with capstone in #829. Since it _should work now_ I am closing this issue for now.
Hey, thanks for the bug report! @deadly-platypus could you please provide all the necessary files to launch it and have the sources?
Can u share it publicly through some Google drive or another site like this? On Tue, Apr 10, 2018, 10:24 PM Derrick McKee wrote: > Is there an email address...
Thanks I will check it out tomorrow :) On Tue, Apr 10, 2018, 10:45 PM Derrick McKee wrote: > I guess listing the steps here will work. Warning, this process...
Eh, will come back to it in some days. If osmeone else is willing to contribute, feel free to do so (if you need help, ping me on irc; [this](https://github.com/pwndbg/pwndbg/blob/dev/DEVELOPING.md)...