Skip to content

Instantly share code, notes, and snippets.

View x3ric's full-sized avatar
💻
Perpetually learning.

x3ric

💻
Perpetually learning.
View GitHub Profile
@x3ric
x3ric / rev.cpp
Created December 11, 2024 12:25
Windows Reverse
#include <winsock2.h>
#include <windows.h>
#include <iostream>
#include <cstring>
#pragma comment(lib, "ws2_32.lib")
constexpr char key = 0x55;
int main(int argc, char* argv[]) {
if (argc != 4) {