mirror of
https://github.com/claunia/libexeinfo.git
synced 2025-12-16 19:14:24 +00:00
9 lines
117 B
C#
9 lines
117 B
C#
using System;
|
|
namespace exeinfo.MZ
|
|
{
|
|
public class Consts
|
|
{
|
|
public const ushort Signature = 0x5A4D;
|
|
}
|
|
}
|