This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import struct | |
filename = "" #change me | |
#offset in the binary to the call instruction | |
CALL_OFFSET = 0x00 #change me | |
#offset in the binary to the destination function |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TMUX - Cheatsheet | |
----------------- | |
new session | |
$ tmux new -s <name> | |
Ctrl-a c -> create new window | |
Ctrl-a <num> to jump to number window | |
list tmux sessions |