Skip to content

Instantly share code, notes, and snippets.

View EralpCelebi's full-sized avatar
🧻
why doesn't orange rhyme with purple.

Eralp Çelebi EralpCelebi

🧻
why doesn't orange rhyme with purple.
View GitHub Profile
@JozzyWeasel
JozzyWeasel / Joji Upgrade Guitar Tabs
Last active June 6, 2021 06:13
Joji - Upgrade Tabs
Artist: Joji
Song: Upgrade
Album: Nectar
Video Lesson: https://youtu.be/cFgXfaqZb8g
Tabbed by JozzyWeasel
---
Chords
@JozzyWeasel
JozzyWeasel / Joji - Run Tabs
Last active July 6, 2022 12:42
Joji Run Guitar Tabs
Artist: Joji
Song: Run
Video Lesson: https://www.youtube.com/watch?v=6eNp4BJnTRc
Tabbed by JozzyWeasel
---
Intro/Verse
Part 1 (x2)
@mayanez
mayanez / Makefile
Last active October 13, 2022 00:46
Simple ROP Exploit Example (x86)
simple-rop: simple-rop.c
gcc -m32 -O0 -g -static -fno-stack-protector $^ -o $@
.PHONY: clean
clean:
rm -rf simple-rop