Disconnect3d

Results 494 comments of Disconnect3d

Yeah exactly. This should work now and if it doesn't, please let us know.

This should be fixed for Rust binaries with https://github.com/pwndbg/pwndbg/pull/1495 I think we should eventually build the types ourselves after GDB adds a way to create types with Python API (a...

It can be closed. The gdb.execute below was commented out so this was not even executed. I am also going to remove _autofetch call at all since GDB does this...

Is this mitigation only tested for Rust binaries by checking a symbol name? Eh... :)

Sorry, the activity was made by a comment I sent but I deleted it because it was about Rust/reqwest documentation and not your project. (I complained that they don’t explain...

This should be a good starting point. It can be extended by an example where mypy can't find detect sth when typeguard can. On Wed, Oct 17, 2018, 9:22 PM...

Bump! It would be awesome if Cython got finally supported, at least with just "show me the transpiled C code" step.

Fwiw regarding "I don't know why the libc_base_address shown below is wrong" if you are referring to the output of `info sharedlibrary`, then this is fetched via GDB. I suspect...

@gsingh93 @CptGibbon @lonnywong Do you folks think it still makes sense to paginate `vis_heap_chunks` results now that we have max size in #1275? We also optimized `vis_heap_chunks` recently in https://github.com/pwndbg/pwndbg/pull/1678...