MSIL Code Encryption

Preventing hackers from accessing your code is our main priority.

NETGuard.IO extract your method's MSIL instructions and encrypt them, the given data is injected into your file's header. The data is decoded at runtime when a checksum is validated.

This protection produces unverifiable modules.

This protection serves an anti tampering purpose.

This protection includes simple anti debugging checksum.

// RegExTester.Program
// Token: 0x0600002F RID: 47 RVA: 0x00003417 File Offset: 0x00002417
[STAThread]
private static void Main()
{
	Application.EnableVisualStyles();
	Application.SetCompatibleTextRenderingDefault(false);
	Application.Run(new frmMain());
}

Last updated