Skip to content

Releases: libalpm64/CodeCave-Pyarmor

CodeCave-Pyarmor

05 Nov 21:18
313f8e3

Choose a tag to compare

Use Cases

  • Reverse Engineering Malicious Programs: Analyze how PyArmor-packed executables operate internally.
  • String Decryption: Locate and decrypt obfuscated strings within PyArmor-packed applications.
  • Inspecting PYC Moduli: See how Pyarmor protects executables by flattening program entries, and junk code injection.
  • Writing YaraX Signatures: Use recursive memory searches to identify specific patterns in PyArmor-packed applications.
  • Cracking Programs (with permission): Uncover the original functionality of packed applications.