• Stars
    star
    274
  • Rank 145,377 (Top 3 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Ghidra Analysis Enhancer ๐Ÿ‰

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