Disconnect3d

Results 131 issues of Disconnect3d

Hey, We have had an internship project in Trail of Bits to improve go-fuzz recently which was done by @vfsrfs. We are aware of the ongoing official work on native...

Hey, We have had an internship project in Trail of Bits to improve go-fuzz recently which was done by @vfsrfs. We are aware of the ongoing official work on native...

Hey, We have had an internship project in Trail of Bits to improve go-fuzz recently which was done by @vfsrfs. We are aware of the ongoing official work on native...

Hey, With x86/x64 instructions like `int3`, `int 0x80` or `syscall`, we currently know if they are `CS_GRP_INT` instructions or not. However, it would be great to have one more instruction...

Hello, Taking an example from docs into IPython: ``` In [130]: %cpaste Pasting code; enter '--' alone on the line to stop or use Ctrl-D. :from capstone import * :md...

Extends `telescope` command so it displays not only register names, but also return addresses names (ret0, ret1, ret2, ...). The names are also set as GDB variables so they can...

TL;DR: It would be nice if we could do `ulimit` or `setrlimit` within Pwndbg to set a limit for the current process. I think it is fine if we do...

help wanted
feature
good first issue

We should be able to enhance fd/args display e.g. `fd: 0x3 (/some/path)` or `fd: 0x3 (socket: ...)` etc via reading /proc ``` ► 0x555555554a57 call ioctl@plt fd: 0x3 request: 0xae01...

feature