junxzm1990 / x86-sok

124 stars 20 forks source link

"python3 ../../extract_gt/extractBB.py -b test_switch -m test_switch.gt -o /tmp/gtBlock_test_switch.pb" meet an error #1

Closed island255 closed 2 years ago

island255 commented 3 years ago

Hi, I use the script to build a docker image. However, when I try to run

"python3 ../../extract_gt/extractBB.py -b test_switch -m test_switch.gt -o /tmp/gtBlock_test_switch.pb"

Neither python3 nor ../../extract_gt/extractBB.py exists.

Please check if there is an error.

bin2415 commented 3 years ago

Hello, thanks for the reporting. In the docker image, it only contains the toolchains that collect ground truth when compiling a binary. It does not contain the toolchains that extract ground truth for now.

I will add the dependencies in the docker image.

island255 commented 3 years ago

OK. Thank you.

bin2415 commented 2 years ago

Hello, the docker image is ready here.