Skip to content

Instantly share code, notes, and snippets.

View eur0pa's full-sized avatar

europa eur0pa

View GitHub Profile
@eur0pa
eur0pa / EdenRestartAfterbirth.ct
Last active January 9, 2017 14:58
Eden 'R' restart
{ Game : isaac-ng.exe
Version:
Date : 2016-03-24
Author : europa
}
[ENABLE]
aobscanmodule(AOB_EdenRestart,isaac-ng.exe,83 b8 xx xx xx xx 09 74)
@eur0pa
eur0pa / waywords.go
Last active April 11, 2024 08:32 — forked from lc/waywords.go
generate wordlists utilizing the wayback machine
package main
import (
"bufio"
"fmt"
"net/url"
"os"
"strings"
)