This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enum ServerZoneIpcType : uint16_t | |
{ | |
Ping = 0x0065, | |
Init = 0x0066, | |
Chat = 0x00B9, | |
ChatBanned = 0x006B, | |
Logout = 0x0077, | |
CFNotify = 0x0078, | |
CFMemberStatus = 0x0079, | |
CFDutyInfo = 0x007A, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//#define WIN32_LEAN_AND_MEAN 1 | |
#include <Windows.h> | |
static HRESULT( WINAPI *OrigDirectInput8Create )( | |
HINSTANCE hinst, | |
DWORD dwVersion, | |
REFIID riidltf, | |
LPVOID * ppvOut, | |
LPUNKNOWN punkOuter | |
); |
NewerOlder