An open-source x64/x32 debugger for windows.
-
Updated
Oct 2, 2020 - C++
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
Add a description, image, and links to the disassembler topic page so that developers can more easily learn about it.
To associate your repository with the disassembler topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
RParser plugins can be selected with the asm.parser eval variable, but there's no way to know which ones are registered, so its not possible to do autocompletion or listings.
Describe the solution you'd like
Do the same as in e asm.arch=?, but for asm.parser
Also i noticed that asm.bits=? is not working either.