From 1b52c7aff8ff23a7b006bc36587105f647ffb3a9 Mon Sep 17 00:00:00 2001 From: Flawed <33593723+ff14wed@users.noreply.github.com> Date: Wed, 18 Jan 2023 23:03:48 -0800 Subject: [PATCH] Add license --- LICENSE | 21 +++++++++++++++++++++ asm2vec/LICENSE | 21 +++++++++++++++++++++ asm2vec/README.md | 9 +++++++++ 3 files changed, 51 insertions(+) create mode 100644 LICENSE create mode 100644 asm2vec/LICENSE create mode 100644 asm2vec/README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..97f1bdf --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Flawed + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/asm2vec/LICENSE b/asm2vec/LICENSE new file mode 100644 index 0000000..655447c --- /dev/null +++ b/asm2vec/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 oalieno + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/asm2vec/README.md b/asm2vec/README.md new file mode 100644 index 0000000..1e59ff7 --- /dev/null +++ b/asm2vec/README.md @@ -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. \ No newline at end of file