Disconnect3d

Results 751 comments of Disconnect3d

Fwiw the benchmarks are probably not that representative to tell if the attribute lookup speed up for `__slots__` is just 3% or bigger. (Not to mention that 3% may be...

@jachinz12 Hi, > (...) I have no knowledge of coding (...) > (...) > I wish to be part of your sub-org, please is there room for beginners like me?...

(Please note that I don't have time to fix the document further and just wanted to fix the few links I found annoying to click on).

The binaries that the tests fail on here are build from the tests makefile with the following rules: https://github.com/pwndbg/pwndbg/blob/96d85fbc83dfa444f1e51a4edf3a61495aa42b7e/tests/gdb-tests/tests/binaries/makefile#L20-L22 https://github.com/pwndbg/pwndbg/blob/96d85fbc83dfa444f1e51a4edf3a61495aa42b7e/tests/gdb-tests/tests/binaries/makefile#L57-L65

Our Arch Linux image seems to install [the following Go version](https://github.com/pwndbg/pwndbg/actions/runs/14073424817/job/39411998030?pr=2795#step:4:547): ``` #15 6.532 extra/go 2:1.24.1-1 237.73 MiB 42.99 MiB #15 6.532 #15 6.532 Total Download Size: 42.99 MiB #15...

The crash backtrace: ```py (Pdb) bt /pwndbg/pwndbg/commands/__init__.py(196)__call__() -> return self.function(*args, **kwargs) /pwndbg/pwndbg/commands/__init__.py(408)_OnlyWhenRunning() -> return function(*a, **kw) /pwndbg/pwndbg/commands/godbg.py(64)go_dump() -> print(parsed_ty.dump(address, fmt)) /pwndbg/pwndbg/aglib/godbg.py(749)dump() -> dump = parsed_inner.dump(data_ptr, fmt) /pwndbg/pwndbg/aglib/godbg.py(877)dump() -> inner =...

Uh, this is weird?: https://github.com/golang/go/blob/go1.24.1/src/runtime/string.go#L276-L285

Hmm but is the bug related strictly to Swisstables? It seemed to me that the string layout was different in Go 1.24. I wonder if we detect if binary comes...

When I think about it more: since we track malloc/free etc and we can figure out their origin, maybe we can use this tracking information to mark those allocation in...

@CptGibbon Please, try using it! I am not sure if showing a chunk's offset from start of the heap is that help helpful but I guess it could be in...