Files
BinaryObjectScanner/BurnOutSharp/PackerType/Petite.cs
2020-10-30 09:09:16 -07:00

11 lines
286 B
C#

namespace BurnOutSharp.PackerType
{
public class Petite
{
/*
* Possible strings for PEtite Win32 Executable Compressor (Unknown how to get version)
* - petite - 40 70 65 74 69 74 65 (Made with Version 2.4, Compression Level 1-9)
*/
}
}