Skip to content

Instantly share code, notes, and snippets.

View dr4k0nia's full-sized avatar
🇨🇭

drakonia dr4k0nia

🇨🇭
View GitHub Profile
@dr4k0nia
dr4k0nia / HInvokeHashGen.cs
Created May 22, 2023 18:43
Tool to generate Hashes for HInvoke
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
GetMethodHash("System.Reflection.Assembly", "Load");
@dr4k0nia
dr4k0nia / DuckTail_Unpacker_ADAPTER.cs
Last active July 19, 2023 08:13
Unpacking scripts from my livestream, unpacking and analysing DuckTail stealer malware
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
public class Program
{
private void Main()