Disconnect3d

Results 494 comments of Disconnect3d

The `autogenerate docs on every commit` part has been done. (There was an attempt to add it in https://github.com/pwndbg/pwndbg/pull/1804 but actually I did this part some time ago and I...

The current status of this is that @nikoshell is working on our new docs/page. I think we will go away from RTD and move to GH Pages.

I think its better to just have one place for docs/website so we don't have to keep track of all of them :p

Here is more or less what needs to be done for bare metal debugging: 1) disable the gdblib.stack.update hook 2) disable the gdblib.stack.is_executable hook 3) disable the gdblib.symbol.add_main_to_symbols hook 4)...

I finally reported this bug to the GDB project bugtracker in https://sourceware.org/bugzilla/show_bug.cgi?id=29831

Wait what? I don't think 71baca5 should work; I'll try that in a couple of days.

> Users can temporarily roll back to `71baca5` to prevent this issue I have checked that and this version does not prevent the issue.

As a workaround one can set up the breakpoint via Python API and make it so that the breakpoint does not stop the execution. This can be done as follows:...

Thanks for more info. Pwndbg windows can also be [split into different terminals](https://github.com/pwndbg/pwndbg/blob/dev/FEATURES.md#splitting--layouting-context). I am going to close this issue since we are not going to work on any Emacs...

Yeah, we have some heap heuristics thanks to @lebr0nli that should at least mitigate this issue. We can close this.