Skip to content

Instantly share code, notes, and snippets.

View NotAdam's full-sized avatar
👌
nice

Adam NotAdam

👌
nice
  • Australia
View GitHub Profile
enum ServerZoneIpcType : uint16_t
{
Ping = 0x0065,
Init = 0x0066,
Chat = 0x00B9,
ChatBanned = 0x006B,
Logout = 0x0077,
CFNotify = 0x0078,
CFMemberStatus = 0x0079,
CFDutyInfo = 0x007A,
using System;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Net;
using Newtonsoft.Json;
using System.IO;
using System.IO.Compression;
namespace eorzeadb_noncegen
@NotAdam
NotAdam / dllmain.cpp
Created November 29, 2017 06:49
ffxiv dinput8 forwarding
//#define WIN32_LEAN_AND_MEAN 1
#include <Windows.h>
static HRESULT( WINAPI *OrigDirectInput8Create )(
HINSTANCE hinst,
DWORD dwVersion,
REFIID riidltf,
LPVOID * ppvOut,
LPUNKNOWN punkOuter
);