Skip to content

Instantly share code, notes, and snippets.

@RangeMachine
RangeMachine / shellcode.cpp
Last active November 27, 2023 19:06
BattlEye EFT shellcode
// positive sp value has been detected, the output may be wrong!
__int64 __fastcall sub_119(__int64 a1, __int64 a2, __int64 a3, __int64 a4, char *a5)
{
void *v5; // rsp
__int64 v6; // rax
__int64 v7; // rax
__int64 v8; // rax
__int64 v9; // rax
__int64 v10; // rax
unsigned int v11; // eax
@RangeMachine
RangeMachine / 1000.html
Last active January 3, 2022 19:58 — forked from talhasch/404.html
404.html template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="refresh" content="0;URL=http://godaddy.com/domains" />
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background: #f9f9f9;