Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View junomonster's full-sized avatar
:shipit:
I may be slow to respond.

juno.monster junomonster

:shipit:
I may be slow to respond.
View GitHub Profile
from pwn import process, p64, asm, context, gdb, remote
context.arch = 'amd64'
context.terminal = ['tmux', 'splitw', '-h']
# r = process('./shellcoder', aslr=False)
r = remote('3.38.149.80', 20001)
'''
https://gregstoll.com/~gregstoll/floattohex/