Skip to content
#

decompiler

Here are 212 public repositories matching this topic...

GDA is a new fast and powerful decompiler in C++(working without Java VM) for the APK, DEX, ODEX, OAT, JAR, AAR, and CLASS file. which supports malicious behavior detection, privacy leaking detection, vulnerability detection, path solving, packer identification, variable tracking, deobfuscation, python&java scripts, device memory extraction, data decryption, and encryption, etc.

  • Updated Apr 1, 2021
  • Java
Andr0pov
Andr0pov commented Mar 14, 2021

I'm trying to compile rz-ghidra with cmake on Windows 10, and getting this(I removed unnecessary output):

PS >rizin -v
rizin 0.2.0-git @ windows-x86-64
commit: 6b3c58ebfaeb71a72737a2e60acd952f51ea96ed, build: Sun 03/14/2021__14:40:17.82
PS >git clone https://github.com/rizinorg/rz-ghidra
PS >cd rz-ghidra
PS >git submodule init
PS >git submodule update
PS >mkdir build
PS >cd build
PS
Govorunb
Govorunb commented Dec 22, 2018

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

Improve this page

Add a description, image, and links to the decompiler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the decompiler topic, visit your repo's landing page and select "manage topics."

Learn more