Disconnect3d

Results 494 comments of Disconnect3d

Just as an information: if you have installed pwndbg through cloning git repository you can show your commit id to show us your version (`git show`). I have checked the...

> Why does pwndbg currently need ida-backup dir both in pwndbg side and IDA side? I mean, is it used for other functions apart from a mere backup? I don't...

Let me leave it here: https://en.wikipedia.org/wiki/Delay_slot

@JohnPeng47 Hey, nice! :) So... the thing here is that `telescope` shows multiple addresess and was mainly (?) used to display stack (but we also have a command `stack`, heh)...

@JohnPeng47 Added some developer notes in https://github.com/pwndbg/pwndbg/pull/405 - they can be found here: https://github.com/pwndbg/pwndbg/blob/dev/DEVELOPING.md If you have some other questions, feel free to ask in an issue or on our...

Btw the length of display is controlled by `pwndbg/__init__.py:set print elements 15` I think 15 is way too low, it is a bit annoying sometimes BUT we do it a...

Isn't it known from the instructions itself or from $cpsr (or $xpsr on some ARMs) register? Anyway, getting the value is pretty easy - we do parse it actually just...

Just for reference: we had a PR for that in https://github.com/pwndbg/pwndbg/pull/293 but it haven't been merged finally.

The `xinfo` and `xprint` commands aren't working since long time ago I guess as we don't "instantiate them as Commands: https://github.com/pwndbg/pwndbg/blob/dev/pwndbg/commands/peda.py#L29-L30 On current dev `xinfo` makes something different due to...

My projects are also impacted by it. What's the difference between v2 and v3?