lizhangtan
Results
2
comments of
lizhangtan
> img, _ = cifar2[0] img_t = to_tensor(img) plt.imshow(img_t.permute(1, 2, 0)) plt.show() Just as mamunm say, this code works
Hello author, I have read your paper and also tried to use Genius (https://github.com/qian-feng/Gencoding) to get the CFGs from PE samples. I ran the code in the preprocessing_ida.py of Genius...