Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
4 |
-
|
5 |
-
|
6 |
-
# Assemblage Windows PE Dataset
|
7 |
-
|
8 |
-
This reposotory holds the public dataset for [Assemblage](https://assemblage-dataset.net/)
|
9 |
-
|
10 |
-
### About Assemblage
|
11 |
-
|
12 |
-
Assemblage consists a cloud-based distributed system for building large, diverse, corpuses of binaries and datasets (of x86-64 ELF and Windows PE executables) it generates. You can find the paper at [this link](https://arxiv.org/abs/2405.03991).
|
13 |
-
|
14 |
-
### Dataset Details
|
15 |
-
|
16 |
-
This public copy of Assemblage data consists of 67k Windows PE binaries, and the information are stored in binaries.csv and functions.csv. Due to the nature that binary files can't be put into csvs, a seperate `binaries.tar.xz` is included, and each file can be indexed by either its SHA-256 hash or the `binary_path` column.
|
17 |
-
|
18 |
-
The SQLite database `winpe_pdbs.sqlite.tar.xz` records all details about the binary files, including pdb path, function source code, comments.
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
|
6 |
+
# Assemblage Windows PE Dataset
|
7 |
+
|
8 |
+
This reposotory holds the public dataset for [Assemblage](https://assemblage-dataset.net/)
|
9 |
+
|
10 |
+
### About Assemblage
|
11 |
+
|
12 |
+
Assemblage consists a cloud-based distributed system for building large, diverse, corpuses of binaries and datasets (of x86-64 ELF and Windows PE executables) it generates. You can find the paper at [this link](https://arxiv.org/abs/2405.03991).
|
13 |
+
|
14 |
+
### Dataset Details
|
15 |
+
|
16 |
+
This public copy of Assemblage data consists of 67k Windows PE binaries, and the information are stored in binaries.csv and functions.csv. Due to the nature that binary files can't be put into csvs, a seperate `binaries.tar.xz` is included, and each file can be indexed by either its SHA-256 hash or the `binary_path` column.
|
17 |
+
|
18 |
+
The SQLite database `winpe_pdbs.sqlite.tar.xz` records all details about the binary files, including pdb path, function source code, comments.
|
19 |
+
|
20 |
+
We also have the licensed source code available upon request (as the size is too large), please conatct us if you are interested in these info.
|