Add license

This commit is contained in:
Flawed
2023-01-18 23:03:48 -08:00
parent 9d6b4dfa24
commit 1b52c7aff8
3 changed files with 51 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Asm2Vec
This package is just a heavily modified version of
https://github.com/oalieno/asm2vec-pytorch.
Actually that implementation doesn't even work properly, so I had to make
corrections according to the [original Asm2Vec
paper](https://www.computer.org/csdl/proceedings-article/sp/2019/666000a038/19skfc3ZfKo)
to get things to work right.