All Projects → kryptoslogic → binja_degobfuscate

kryptoslogic / binja_degobfuscate

Licence: MIT License
Fix Go obfuscated binaries that were obfuscated using gobfuscator

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to binja degobfuscate

Hyara
Yara rule making tool (IDA Pro & Binary Ninja & Cutter Plugin)
Stars: ✭ 142 (+273.68%)
Mutual labels:  binaryninja-plugin
Binja4J
No description or website provided.
Stars: ✭ 14 (-63.16%)
Mutual labels:  binaryninja-plugin
seninja
symbolic execution plugin for binary ninja
Stars: ✭ 123 (+223.68%)
Mutual labels:  binaryninja-plugin
dwarf import
This loads DWARF info from an open binary and propagates function names, arguments, and type info
Stars: ✭ 18 (-52.63%)
Mutual labels:  binaryninja-plugin

DeGObfuscate (v1.0.2)

Author: Jamie Hankins

De-obfuscates strings inside of obfuscated Go binaries

Description:

This plugin implements a simple LLIL emulator to statically de-obfuscate simple string obfuscation such as the obfuscations done by gobfuscate.

To activate it, use either the Tools menu or the command palette. It offers two modes, the first will attempt to analyze the current function while the other will attempt to find all functions that are merely obfuscated strings and rename them. If the function name cannot be cleanly replaced, a comment will be added at all call locations with the detailed deobfuscated string in addition to the truncated rename.

Installation Instructions

Darwin

no special instructions, package manager is recommended

Windows

no special instructions, package manager is recommended

Linux

no special instructions, package manager is recommended

Minimum Version

This plugin requires the following minimum version of Binary Ninja:

  • 1528

License

This plugin is released under a MIT license.

Metadata Version

2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].