-
Updated
Dec 5, 2021 - C++
disassembler
Here are 438 public repositories matching this topic...
-
Updated
Dec 11, 2021 - Java
-
Updated
Dec 12, 2021 - C++
-
Updated
Dec 10, 2021 - C
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
-
Updated
Aug 31, 2021 - Python
-
Updated
Dec 12, 2021 - JavaScript
-
Updated
Dec 7, 2021 - Python
-
Updated
Dec 11, 2021 - OCaml
Essentially introduce const where appropriate for the public types exposed by the api.
This request intentionally only targets some functions since we don't have stable &mut in const contexts along with a bunch of other const stuff that is still nightly.
I don't expect that iced will ever become 100% const, that's unreasonable to assume due to the fact iced needs liballoc around the crate.
-
Updated
Jan 3, 2019 - Rust
-
Updated
Dec 11, 2021 - C#
-
Updated
Dec 1, 2021 - C++
-
Updated
Dec 11, 2021 - C
-
Updated
Oct 15, 2021 - Python
-
Updated
Dec 1, 2021 - C++
-
Updated
Dec 11, 2021 - C++
-
Updated
Sep 16, 2019 - C++
-
Updated
Oct 11, 2021 - C
-
Updated
Oct 22, 2021 - C
-
Updated
Dec 11, 2021 - Python
-
Updated
Dec 3, 2021 - C
-
Updated
Feb 19, 2021 - Python
-
Updated
Apr 4, 2018
pdgsd does not seem to process PUSH EBP very well, the p-code semantics show up as
(unique,0x12f0,4) = COPY EBP
ESP = INT_SUB ESP, 0x4
(unique,0x12f0,4) = STORE ram[ESP]
which doesn't make sense. Last line should be STORE ram[ESP] = (unique,0x12f0,4)
the raw p-code will show you:
STORE (const,0x55fef11636d0,8) (register,ESP,4) (unique,0x1b50,4)
and the
-
Updated
Nov 4, 2021 - C#
-
Updated
Dec 2, 2021 - C++
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."
Description
Please describe what are you missing or wanting to be improved
Recently I read a new syntax coloring technique for programing languages. Instead of highlighting grammar, highlight the things you are likely to mistake. So make sure
strcpyandstrncpyare easily distinguishable by their color. It would be cool to apply this to immediate values in assembly and the?command