mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-14 21:33:08 +00:00
11 lines
286 B
C#
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)
|
|
*/
|
|
}
|
|
}
|