Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 327 Bytes

File metadata and controls

7 lines (5 loc) · 327 Bytes

ghidra_scripts

This is a collection of script used to automate analysis in Ghidra

  • arm-bit-unmapper.py - resolve Bit Mapped memory address used on ARM CPUs
  • string_decoder.py - Decoodes obfuscated strings used in Malware
  • type_loader.py - Load C type type data from a file. useful for loading enums, typedefs and structs