mirror of
https://github.com/geohot/qira
synced 2025-03-13 10:33:30 +03:00
that didnt work
This commit is contained in:
parent
954bf99094
commit
00523dbfcf
14
commit.sh
14
commit.sh
@ -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
11
go.sh
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user