Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 248 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 248 Bytes

Reverse Engineering

  • ghidra2bytes.py - Converts Ghidra hexdump to bytes. Can be used to perform manual XOR decryption (or via XORTool)
  • deflate.py - Decode PowerShell's DeflateStream(MemoryIOStream) with Python