asm2vec-pytorch icon indicating copy to clipboard operation
asm2vec-pytorch copied to clipboard

How to apply the implementation to PE files on Windows OS?

Open hj199717 opened this issue 3 years ago • 0 comments

I'm not familiar with radare2 and r2pipe, but I installed them and already set up the environment path. I found some mistakes when I run bin2asm.py script, and I tried to modify it but failed. Can you help me solve this problem?

I have already set the return value of validEXE() to be True, but there were still mistakes occurring. File "bin2asm.py", line 68, in bin2asm for fn in r.cmdj('aflj'): TypeError: 'NoneType' object is not iterable

hj199717 avatar Sep 15 '21 11:09 hj199717