Skip to content

Instantly share code, notes, and snippets.

@PLG
PLG / Keylogger-main.m
Last active February 8, 2022 20:56
Skrew Everything Keylogger using HID in Objective-C
//
// main.m
// UniversalStatusBarClient
//
#import <Cocoa/Cocoa.h>
#import <IOKit/hid/IOHIDLib.h>
NSArray* keyMap[256];
void fill_keyMap(NSArray * __strong map[]);
@PLG
PLG / MinecraftDiscovery.py.patch
Last active July 5, 2019 20:08
FIX: proper handling of 1.12.json file in mcp940, keyword error "osx"
From ec77eb5c65298387f502e1802ef31d59707b5876 Mon Sep 17 00:00:00 2001
From: PLG <xxx@plgd.xxx>
Date: Thu, 21 Sep 2017 14:02:24 +0200
Subject: [PATCH] FIX: proper handling of natives and path in version.json
file.
---
runtime/MinecraftDiscovery.py | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)