Skip to content

Instantly share code, notes, and snippets.

View xHeaven's full-sized avatar
🟢
available for hire

Márk Magyar xHeaven

🟢
available for hire
View GitHub Profile
@xHeaven
xHeaven / Program.cs
Created March 11, 2017 01:43 — forked from guillaC/Program.cs
antidump .net / does not work on GUI app. based on the work of ricardojrdez ( https://goo.gl/t1WNVp )
namespace Protected
{
using System;
using System.Runtime.InteropServices;
internal class Program
{
[DllImport("kernel32.dll")]
public static extern bool ZeroMemory(IntPtr Destination, int Length);
[DllImport("kernel32.dll")]