decompiler
Here are 168 public repositories matching this topic...
On OSX, rather than using ctrl-C (copy) or ctrl-V (paste) the standard is to use command-C/command-V, but neither of these bindings work within the app.
I'd suggest renaming CSharpDecompiler.DecompileWholeModuleAsSingleFile() to DecompileWholeModuleAsSingleSyntaxTree() as in my understanding it's not really doing anything with a single file. The documentation on the method reinforces this: "Decompiles the whole module into a single syntax tree.".
Am I missing something?
-
Updated
May 16, 2020 - Java
PyPy generates code a little bit differently so we should be starting off of PyPy-generated code when we verify.
-
Updated
Jun 1, 2020 - Java
Just like clicking on a function takes you to its definition, clicking on a struct reference like STR_4231 * pStruct = NULL; should take you to the definition of STR_4321
Yaourt is dangerous, as it executes the PKGBUILD instead of letting the user view it before executing. Pacaur should be used instead.
References:
Arch Wiki
Reddit explanation
-
Updated
May 13, 2020 - C
-
Updated
May 27, 2020 - C#
-
Updated
May 30, 2019 - Python
-
Updated
Jun 4, 2020 - Java
-
Updated
May 17, 2020 - Go
In addition to the implementation of r2ghidra.verbose. First, I think it should be disabled by default. It's too verbose and the user can't do anything about most of these warnings.
And in a more general saying -
If the warnings are for the devs (e.g "should be fixed") then ONLY devs should see them by enabling DEV configurations from their .rc file
Users are scared the hell from warning
ldursw x8, [var_84h]
sturb w10, [x29, -0x88]
ldaxr w20, [x8]
stlxr w10, w9, [x8]
ins v1.d[0], x9
Currently, we have the ability to mark nodes as either a scalar (not an address) or a reference (pointer/reference). We'd like to take this a step further and be able to assign primitive (C like) types for nodes to make the IR more expressive.
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
May 22, 2020 - Python
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
Dec 26, 2019 - C#
-
Updated
Aug 20, 2019 - Python
Those that don't need it, that is. Which are basically all of the clang::RecursiveASTVisitor derived classes in rellic/AST/.
-
Updated
Apr 17, 2020 - Python
-
Updated
May 30, 2020 - Python
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."
I have installed the Chinese language package, but the smart tips are still in English.
Hopefully, if a language package is installed, it will be called for display.