that didnt work

This commit is contained in:
George Hotz 2014-07-01 22:55:16 -07:00
parent 954bf99094
commit 00523dbfcf
2 changed files with 10 additions and 15 deletions

View File

@ -1,14 +0,0 @@
#!/bin/sh
set -e
echo "*** build the Program database"
time python db_commit_asm.py $BIN $SRC
#echo "*** filter the Change database"
#time python db_filter_log.py
echo "*** build the Change database"
time python db_commit_log.py
echo "*** build the memory json"
time python mem_json_extract.py
echo "*** build the pmaps database"
time python segment_extract.py

11
go.sh
View File

@ -20,7 +20,16 @@ cd scripts
#echo "4t_l34st_it_was_1mperat1v3..." | ./run_qemu.sh $BIN
#echo "i wish i were a valid key bob" | ./run_qemu.sh $BIN
./run_qemu.sh $BIN
./commit.sh
echo "*** build the Program database"
time python db_commit_asm.py $BIN $SRC
#echo "*** filter the Change database"
#time python db_filter_log.py
echo "*** build the Change database"
time python db_commit_log.py
echo "*** build the memory json"
time python mem_json_extract.py
echo "*** build the pmaps database"
time python segment_extract.py
#python db_commit_blocks.py
#python memory_server.py