Skip to content

Instantly share code, notes, and snippets.

View sinmygit's full-sized avatar

marks sinmygit

  • Taiwin Tec ltd
  • tai
View GitHub Profile
@sinmygit
sinmygit / RegRunner.cs
Created November 28, 2015 05:53
Executes Encrypted File From Registry
using System;
using System.IO;
using System.Text;
using Microsoft.Win32;
using System.IO.Compression;
using System.EnterpriseServices;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Security.Cryptography;