Files
BinaryObjectScanner/BurnOutSharp/ProtectionType/Petite.cs
2020-10-29 10:05:56 -07:00

11 lines
290 B
C#

namespace BurnOutSharp.ProtectionType
{
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)
*/
}
}