Skip to content

Instantly share code, notes, and snippets.

View jndok's full-sized avatar

jndok

View GitHub Profile
@jndok
jndok / Makefile
Last active April 27, 2024 05:19
MachOMan - a basic Mach-O parsing library
all:
clang machoman.c -dynamiclib -o libmachoman.dylib
clean:
rm -rf libmachoman.dylib

Keybase proof

I hereby claim:

  • I am jndok on github.
  • I am jndok (https://keybase.io/jndok) on keybase.
  • I have a public key whose fingerprint is EBD1 E589 641F A07C 01C7 D662 D04D 8187 8B05 B021

To claim this, I am signing this object:

@jndok
jndok / ninja-flip.asm
Created June 11, 2015 18:10
DS:PTDE Steam Version - Free Ninja Flip
;/* DS:PTDE (New Steam Version) - Free Ninja Flip */
;/*
;* This version is working fine, but may need some tweaking
;* for specific cases. Maybe I'll release a more complete
;* hack.
;*
;* Please use respectfully.
;* This is ready to be inject with CE. (Remove the semi-colons first!)
;*/
@jndok
jndok / stamina-hax.asm
Last active August 29, 2015 14:22
DS:PTDE Steam Version - Infinite Stamina Hax
;/* DS:PTDE (New Steam Version) - Infinite Stamina */
;/*
;* This version is working fine, but may need some tweaking
;* for specific cases. Maybe I'll release a more complete
;* hack.
;*
;* Please use respectfully.
;* This is ready to be inject with CE. (Remove the semi-colons first!)
;*/
@jndok
jndok / shellcode.c
Last active August 29, 2015 14:16
OS X 10.10.1 – shell spawn [x86]
/*
Yes, I am aware that this contains a shit ton of null bytes.
I am still a total noob w/ x86, but I'll try to fix this ASAP.
*/
char shellcode[] = {
'\xe9', '\x19', '\x00', '\x00', '\x00',
'\x5e',
'\xb8', '\x3b', '\x00', '\x00', '\x00',