-
Updated
Oct 8, 2020 - C++
disassembler
Here are 351 public repositories matching this topic...
-
Updated
Oct 9, 2020 - Java
-
Updated
Sep 18, 2020 - C
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
-
Updated
May 16, 2020 - Python
-
Updated
Oct 9, 2020 - Python
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Sep 26, 2020 - C
-
Updated
Jan 3, 2019 - Rust
-
Updated
Oct 8, 2020 - OCaml
-
Updated
Oct 8, 2020 - C++
-
Updated
Sep 16, 2019 - C++
-
Updated
Sep 24, 2020 - Python
-
Updated
Oct 9, 2020 - C#
-
Updated
Sep 29, 2020 - C++
-
Updated
Sep 7, 2020 - C
-
Updated
Oct 7, 2020 - C
-
Updated
Oct 6, 2020 - Python
-
Updated
May 13, 2020 - C
-
Updated
Apr 4, 2018
-
Updated
Jul 24, 2020 - Python
-
Updated
Oct 9, 2020 - C++
-
Updated
Oct 9, 2020 - C
-
Updated
Oct 9, 2020 - C++
-
Updated
Jun 10, 2020 - Python
Improve this page
Add a description, image, and links to the disassembler topic page so that developers can more easily learn about it.
Add this topic to your repo
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.