Page cover

๐Ÿ“ฆCode Packing

  • Description: Compressing or encrypting the code and then unpacking it at runtime. This makes static analysis challenging.

  • Example: Malware might use tools like UPX (Ultimate Packer for Executables) to pack the executable file, which is unpacked in memory.

Last updated