{"id":13422886,"url":"https://github.com/reb311ion/replica","last_synced_at":"2025-03-15T12:30:56.255Z","repository":{"id":46748188,"uuid":"235905641","full_name":"reb311ion/replica","owner":"reb311ion","description":"Ghidra Analysis Enhancer 🐉","archived":false,"fork":false,"pushed_at":"2020-05-30T06:34:42.000Z","size":2787,"stargazers_count":284,"open_issues_count":1,"forks_count":29,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-10-28T00:02:04.351Z","etag":null,"topics":["analysis","automation","binary","binary-analysis","decompilation","decompiler","disassembler","disassembly","enhancment","ghidra","ghidra-auto-analysis","label-references","malware-analysis","rename-functions","replica","reverse-engineering","security-audit","security-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reb311ion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-23T23:18:55.000Z","updated_at":"2024-10-09T21:35:03.000Z","dependencies_parsed_at":"2022-09-25T18:33:08.517Z","dependency_job_id":null,"html_url":"https://github.com/reb311ion/replica","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reb311ion%2Freplica","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reb311ion%2Freplica/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reb311ion%2Freplica/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reb311ion%2Freplica/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reb311ion","download_url":"https://codeload.github.com/reb311ion/replica/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243731076,"owners_count":20338766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis","automation","binary","binary-analysis","decompilation","decompiler","disassembler","disassembly","enhancment","ghidra","ghidra-auto-analysis","label-references","malware-analysis","rename-functions","replica","reverse-engineering","security-audit","security-tools"],"created_at":"2024-07-30T23:00:59.427Z","updated_at":"2025-03-15T12:30:55.133Z","avatar_url":"https://github.com/reb311ion.png","language":"Python","funding_links":[],"categories":["Ghidra Plugins"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e REPLICA\u003c/h1\u003e\r\n\u003cdiv align=\"center\"\u003e\r\n \u003cimg src=\"logo.png\" alt=\"Example\" width=\"300\" height=\"150\"\u003e \r\n  \u003cp\u003e\r\n  \u003cstrong\u003e\r\n  TAME THE DRAGON\r\n  \u003c/strong\u003e\r\n \u003c/p\u003e\r\n\u003c/div\u003e\r\n\u003cdiv align=\"center\"\u003e\r\n  \u003c!-- Crates version --\u003e\r\n  \u003ca \u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/version-v1.0.0-green.svg\"\r\n  \u003c/a\u003e\r\n  \u003ca \u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/license-GPLv3-blue.svg\"\r\n  \u003c/a\u003e\r\n  \u003ca \u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/Features-11-red.svg\"\r\n  \u003c/a\u003e\r\n  \u003c/a\u003e\r\n\u003c/div\u003e\r\n\r\n\r\n\r\n\r\n## ✨Features\r\n\r\n- ⚡ Disassemble missed instructions - Define code that Ghidra's auto analysis missed\r\n- ⚡ Detect and fix missed functions - Define functions that Ghidra's auto analysis missed\r\n- ⚡ Fix 'undefinedN' datatypes - Enhance Disassembly and Decompilation by fixing \r\n        'undefinedN' DataTypes \r\n- ⚡ Set MSDN API info as comments - Integrate information about functions, arguments\r\n        and return values into Ghidra's disassembly listing in the form of comments\r\n- ⚡ Tag Functions based on API calls - rename functions that calls one or more APIs with\r\n        the API name and API type family if available\r\n- ⚡ Detect and mark wrapper functions - Rename wrapper functions with the wrapping\r\n        level and wrapped function name \r\n- ⚡ Fix undefined data and strings - Defines ASCII strings that Ghidra's auto analysis \r\n        missed and Converts undefined bytes in the data segment into DWORDs/QWORDs \r\n- ⚡ Detect and label crypto constants - Searche and label constants known to be associated\r\n        with cryptographic algorithm in the code\r\n- ⚡ Detect and comment stack strings - Find and post-comment stack strings \r\n- ⚡ Rename Functions Based on string references - rename functions that references one\r\n        or more strings with the function name followed by the string name.\r\n- ⚡ Bookmark String Hints - Bookmark intersting strings (file extensions, browser agents, registry keys, etc..)\r\n\r\n## 🚀 Installation:\r\nCopy the repository files into any of `ghidra_scripts` directories and extract `db.7z`, directories can be found from `Window-\u003eScript Manager-\u003eScript Directories`\r\n\r\n![image](https://user-images.githubusercontent.com/22657154/72688222-becde680-3b0d-11ea-8fb2-b9baa0239042.png)\r\n\r\nSearch for replica and enable `in tool` option\r\n![image](https://user-images.githubusercontent.com/22657154/72688275-153b2500-3b0e-11ea-8fc2-77d6bfe9dc78.png)\r\n\r\nDone!\r\n![image](https://user-images.githubusercontent.com/22657154/72688313-6d722700-3b0e-11ea-95f6-2d27519ca9fd.png)\r\n\r\n![image](https://user-images.githubusercontent.com/22657154/73777200-bcb48a80-4791-11ea-8f8c-7dec1aadc5d7.png)\r\n\r\n\r\n\r\n## 🔒 License\r\n\r\nLicensed under [GNU General Public License v3.0](https://github.com/reb311ion/replica/blob/master/LICENSE)\r\n\r\n## ⛏️ BUG? OPEN NEW ISSUE   \r\nOPEN [NEW ISSUE](https://github.com/reb311ion/replica/issues) \r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freb311ion%2Freplica","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freb311ion%2Freplica","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freb311ion%2Freplica/lists"}