All Projects → reb311ion → Replica

reb311ion / Replica

Licence: gpl-3.0
Ghidra Analysis Enhancer 🐉

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Replica

Ddisasm
A fast and accurate disassembler
Stars: ✭ 325 (+67.53%)
Mutual labels:  analysis, disassembler, binary, binary-analysis, reverse-engineering
Gtirb
Intermediate Representation for Binary analysis and transformation
Stars: ✭ 190 (-2.06%)
Mutual labels:  analysis, disassembler, binary, binary-analysis, reverse-engineering
Radare2
UNIX-like reverse engineering framework and command-line toolset
Stars: ✭ 15,412 (+7844.33%)
Mutual labels:  disassembler, binary-analysis, malware-analysis, reverse-engineering
Rebel Framework
Advanced and easy to use penetration testing framework 💣🔎
Stars: ✭ 183 (-5.67%)
Mutual labels:  decompiler, security-tools, malware-analysis, reverse-engineering
Detect It Easy
Program for determining types of files for Windows, Linux and MacOS.
Stars: ✭ 2,982 (+1437.11%)
Mutual labels:  disassembler, binary-analysis, malware-analysis, reverse-engineering
B2r2
B2R2 is a collection of useful algorithms, functions, and tools for binary analysis.
Stars: ✭ 262 (+35.05%)
Mutual labels:  disassembler, binary, binary-analysis, reverse-engineering
Jok3r
Jok3r v3 BETA 2 - Network and Web Pentest Automation Framework
Stars: ✭ 645 (+232.47%)
Mutual labels:  automation, security-tools, security-audit
Die Engine
DIE engine
Stars: ✭ 648 (+234.02%)
Mutual labels:  disassembler, binary-analysis, reverse-engineering
Befa Library
High-level library for executable binary file analysis
Stars: ✭ 12 (-93.81%)
Mutual labels:  disassembler, decompiler, binary-analysis
Reko
Reko is a binary decompiler.
Stars: ✭ 942 (+385.57%)
Mutual labels:  disassembler, decompiler, reverse-engineering
Peasauce
Peasauce Interactive Disassembler
Stars: ✭ 33 (-82.99%)
Mutual labels:  disassembler, disassembly, reverse-engineering
Redasm
The OpenSource Disassembler
Stars: ✭ 1,042 (+437.11%)
Mutual labels:  disassembler, binary-analysis, reverse-engineering
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (+163.92%)
Mutual labels:  analysis, security-tools, reverse-engineering
Pev
The PE file analysis toolkit
Stars: ✭ 422 (+117.53%)
Mutual labels:  binary-analysis, malware-analysis, reverse-engineering
Macbook issues
《macOS软件安全与逆向分析》勘误
Stars: ✭ 11 (-94.33%)
Mutual labels:  binary-analysis, malware-analysis, reverse-engineering
Sec skills
软件安全工程师技能表
Stars: ✭ 410 (+111.34%)
Mutual labels:  binary-analysis, malware-analysis, reverse-engineering
Binee
Binee: binary emulation environment
Stars: ✭ 408 (+110.31%)
Mutual labels:  analysis, binary, binary-analysis
Gda Android Reversing Tool
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, dat…
Stars: ✭ 2,332 (+1102.06%)
Mutual labels:  decompiler, security-audit, malware-analysis
Qiling
Qiling Advanced Binary Emulation Framework
Stars: ✭ 2,816 (+1351.55%)
Mutual labels:  analysis, binary, reverse-engineering
Pwndbg
Exploit Development and Reverse Engineering with GDB Made Easy
Stars: ✭ 4,178 (+2053.61%)
Mutual labels:  disassembler, malware-analysis, reverse-engineering

REPLICA

Example

TAME THE DRAGON

✨Features

  • ⚡ Disassemble missed instructions - Define code that Ghidra's auto analysis missed
  • ⚡ Detect and fix missed functions - Define functions that Ghidra's auto analysis missed
  • ⚡ Fix 'undefinedN' datatypes - Enhance Disassembly and Decompilation by fixing 'undefinedN' DataTypes
  • ⚡ Set MSDN API info as comments - Integrate information about functions, arguments and return values into Ghidra's disassembly listing in the form of comments
  • ⚡ Tag Functions based on API calls - rename functions that calls one or more APIs with the API name and API type family if available
  • ⚡ Detect and mark wrapper functions - Rename wrapper functions with the wrapping level and wrapped function name
  • ⚡ Fix undefined data and strings - Defines ASCII strings that Ghidra's auto analysis missed and Converts undefined bytes in the data segment into DWORDs/QWORDs
  • ⚡ Detect and label crypto constants - Searche and label constants known to be associated with cryptographic algorithm in the code
  • ⚡ Detect and comment stack strings - Find and post-comment stack strings
  • ⚡ Rename Functions Based on string references - rename functions that references one or more strings with the function name followed by the string name.
  • ⚡ Bookmark String Hints - Bookmark intersting strings (file extensions, browser agents, registry keys, etc..)

🚀 Installation:

Copy the repository files into any of ghidra_scripts directories and extract db.7z, directories can be found from Window->Script Manager->Script Directories

image

Search for replica and enable in tool option image

Done! image

image

🔒 License

Licensed under GNU General Public License v3.0

⛏️ BUG? OPEN NEW ISSUE

OPEN NEW ISSUE

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].