pwndbg / pwndbg

Exploit Development and Reverse Engineering with GDB Made Easy
https://pwndbg.re/
MIT License
7.16k stars 865 forks source link

Support winedbg #2112

Open disconnect3d opened 4 months ago

disconnect3d commented 4 months ago

It would be nice to support debugging PE processes run via winedbg / attaching to them:

winedbg --gdb --no-start ./XXX.exe

Idk how is this supported right now. Likely we wont be able to fetch vmmaps properly since it may require parsing PE?

To be determined.

disconnect3d commented 4 months ago

Fwiw there is some discussion around that on GEF Discord. GEF does not support this use case currently as well.