-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebug1.sh
14 lines (12 loc) · 967 Bytes
/
debug1.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
python disassembler.py temp/0x61edcdf5bb737adffe5043706e7c5bb1f1a56eea.hex -d > 1.0.disassembler.txt
python graphbuilder.py temp/0x61edcdf5bb737adffe5043706e7c5bb1f1a56eea.hex -d > 1.1.graphbuilder.txt
python lifter.py temp/0x61edcdf5bb737adffe5043706e7c5bb1f1a56eea.hex -d > 1.2.lifter.txt
python optimizer.py temp/0x61edcdf5bb737adffe5043706e7c5bb1f1a56eea.hex -d > 1.3.optimizer.txt
python aggregator.py temp/0x61edcdf5bb737adffe5043706e7c5bb1f1a56eea.hex -d > 1.4.aggregator.txt
python structurer.py temp/0x61edcdf5bb737adffe5043706e7c5bb1f1a56eea.hex -d > 1.5.structurer.txt
python graphbuilder.py temp/0x61edcdf5bb737adffe5043706e7c5bb1f1a56eea.hex -v
python lifter.py temp/0x61edcdf5bb737adffe5043706e7c5bb1f1a56eea.hex -v
python optimizer.py temp/0x61edcdf5bb737adffe5043706e7c5bb1f1a56eea.hex -v
python aggregator.py temp/0x61edcdf5bb737adffe5043706e7c5bb1f1a56eea.hex -v
python structurer.py temp/0x61edcdf5bb737adffe5043706e7c5bb1f1a56eea.hex