Skip to content

Instantly share code, notes, and snippets.

View tohitsugu's full-sized avatar

Ian French tohitsugu

View GitHub Profile
@kimusan
kimusan / resources.md
Created June 16, 2021 06:47 — forked from muff-in/resources.md
A curated list of Assembly Language / Reversing / Malware Analysis -resources
@ajinabraham
ajinabraham / gifjs.asm
Last active November 16, 2023 07:20
A Valid GIF and JS file
; a hand-made GIF containing valid JavaScript code
; abusing header to start a JavaScript comment
; inspired by Saumil Shah's Deadly Pixels presentation
; Ange Albertini, BSD Licence 2013
; yamal gifjs.asm -o img.gif
WIDTH equ 10799 ; equivalent to 2f2a, which is '/*' in ASCII, thus starting an opening comment