Gencoding_plus/Genius3/raw-feature-extractor/test.py

8 lines
201 B
Python
Raw Normal View History

2021-11-18 17:43:34 +08:00
import pickle
testpath = "C:\Program1\pycharmproject\Genius3/acfgs/hpcenter.ida"
fr = open(testpath, 'r')
data1 = pickle.load(fr)
print(type(data1))
# # print_obj(data1)
# print cfgs.raw_graph_list[0]