subprocess.check_output("head -c "+str(len)+" </dev/urandom >file"+str(len),shell=True)
for k in range(2,8,2):
- result=subprocess.check_output("./ida_gf65_paper2 t"+str(k)+" n8 ffile"+str(len),shell=True)
+ result=subprocess.check_output("./ida_gf65_paper3 t"+str(k)+" n8 ffile"+str(len),shell=True)
res=result.decode()
print(str(len)+"\t"+str(k)+"\t 8 \t"+res)
+for k in range(4,10,2):
+ result=subprocess.check_output("./ida_gf65_paper3 t2 n"+str(k)+" ffile"+str(len),shell=True)
+ res=result.decode()
+ print(str(len)+"\t 2 \t"+str(k)+" \t"+res)
+
+