Skip to content

Commit

Permalink
First commit, very dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
zachriggle committed Feb 13, 2015
1 parent 2eff21e commit bc849f4
Show file tree
Hide file tree
Showing 17 changed files with 1,894 additions and 307 deletions.
12 changes: 12 additions & 0 deletions gdbinit.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import sys
from os import path

directory, file = path.split(__file__)
directory = path.expanduser(directory)
directory = path.abspath(directory)

sys.path.append(directory)

import gef

gef.main()
Loading

0 comments on commit bc849f4

Please sign in to comment.