decompiler
Here are 235 public repositories matching this topic...
-
Updated
Oct 14, 2021 - C#
-
Updated
Oct 12, 2021 - Java
-
Updated
Oct 2, 2021 - Java
-
Updated
Aug 24, 2021 - Java
-
Updated
Oct 11, 2021 - C#
-
Updated
Oct 11, 2021 - C++
-
Updated
Mar 6, 2021 - Python
-
Updated
May 13, 2020 - C
-
Updated
Sep 17, 2021 - C#
-
Updated
Jun 21, 2021 - C#
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
Oct 12, 2021 - Python
-
Updated
Oct 13, 2021 - Java
Currently, creating a new script and/or adding variables through the GUI is a thousand-step process that could really see some improvement.
Adding a Variable
First of all, the most critical issue - creating an UndertaleVariable through the context menu is currently not possible due to them not being an UndertaleNamedResource (so when the editor tries to read the name of the newly created vari
-
Updated
Jan 20, 2021 - Python
-
Updated
Jun 25, 2021 - Go
-
Updated
Oct 8, 2021 - C
-
Updated
Oct 1, 2021 - Python
-
Updated
Jul 15, 2021 - Python
Currently, accessing Bindings
in RadecoFunction
is not elegant. We should improve support for this. This should also be extended to improve accessing of type and other node information related to these bindings.
-
Updated
Oct 14, 2021 - C++
Currently, decompilation of Windows executables produces unreadable and/or semantically wrong output because the signatures for most of the Windows API functions are missing. We should add signatures for at least the most commonly used ones.
-
Updated
Oct 14, 2021 - C++
Improve this page
Add a description, image, and links to the decompiler topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the decompiler topic, visit your repo's landing page and select "manage topics."
When class/field/member modifier groups are displayed, its a stack of colored shapes.
It would be useful to have on-hover capabilities for these groups to complain the flags enabled in each group.
See AccessFlags for the list of all flags.
It would be u