Skip to content

Commit

Permalink
Update script and upgrade gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
bananaappletw committed Jul 28, 2017
1 parent 79bfa95 commit 482c25e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ ENV/
.ropeproject

# Gdb symbolic
z3/
Triton/
gdb/
*.tar.gz
*.gdb_history
peda-session-*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gdb-symbolic - symbolic execution extention for gdb

```bash
./install.sh
echo "source ~/gdb-symbolic/gdb-symbolic.py" >> ~/.gdbinit
echo "source ~/symgdb/symgdb.py" >> ~/.gdbinit
```

# Commands
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
GDB_VERSION='7.12'
GDB_VERSION='8.0'
wget https://ftp.gnu.org/gnu/gdb/gdb-$GDB_VERSION.tar.gz
tar zxvf gdb-$GDB_VERSION.tar.gz
mv gdb-$GDB_VERSION/ gdb/
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
sudo apt-get install -y build-essential libcap-dev cmake libboost-all-dev libcapstone-dev
sudo apt-get install -y build-essential libcap-dev cmake libboost-all-dev libcapstone-dev gcc-multilib

# Install z3
python2 -c "import z3"
Expand Down
File renamed without changes.

0 comments on commit 482c25e

Please sign in to comment.