CrackerCat / replica

Ghidra analysis script that aims to help in malware analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version License Features

REPLICA - TAME THE DRAGON

image

START

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

Features

Disassemble missed instructions

72688789-73b6d200-3b13-11ea-9120-5ee1b4f68b1b

Detect and fix missed functions

image

Fix 'undefined' datatypes

image

Set MSDN API info as comments

image

Tag Functions based on API calls

image

Detect and mark wrapper functions

image

Fix undefined data and strings

image

Detect and label crypto constants

image

Detect and comment stack strings

image

Detect and label indirect string references

image

Detect and label indirect function calls

image

Rename Functions Based on string refrences

image

BUG? OPEN NEW ISSUE

https://github.com/reb311ion/replica/issues

About

Ghidra analysis script that aims to help in malware analysis.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%