Datasets:
ArXiv:
License:
Chang
commited on
Commit
·
a4209cc
1
Parent(s):
dcaaa47
Update dataset
Browse files- .gitattributes +3 -0
- README.md +2 -2
- binaries.tar.xz +3 -0
- binaries_nopdb.tar.xz +3 -0
- winpe_pdbs.sqlite.tar.xz +3 -0
.gitattributes
CHANGED
@@ -56,3 +56,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
56 |
binaries.csv filter=lfs diff=lfs merge=lfs -text
|
57 |
functions.csv filter=lfs diff=lfs merge=lfs -text
|
58 |
binaries.zip filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
56 |
binaries.csv filter=lfs diff=lfs merge=lfs -text
|
57 |
functions.csv filter=lfs diff=lfs merge=lfs -text
|
58 |
binaries.zip filter=lfs diff=lfs merge=lfs -text
|
59 |
+
winpe_pdbs.sqlite.tar.xz filter=lfs diff=lfs merge=lfs -text
|
60 |
+
binaries_nopdb.tar.xz filter=lfs diff=lfs merge=lfs -text
|
61 |
+
binaries.tar.xz filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -13,10 +13,10 @@ Assemblage consists a cloud-based distributed system for building large, diverse
|
|
13 |
|
14 |
### Dataset Details
|
15 |
|
16 |
-
This public copy of Assemblage data consists of
|
17 |
|
18 |
The `binaries.csv` lists each binary file's detailed source, e.g., the compiler version, optimization and source code link. You can index the binary file by the binary_path column, and you can also look up dataframe entry by the binary's hash in reverse.
|
19 |
|
20 |
The `functions.csv` records all functions indicated by its pdb file, extracted by [dia2dump](https://learn.microsoft.com/en-us/visualstudio/debugger/debug-interface-access/dia2dump-sample?view=vs-2022). You can find detailed function level information, such as RVA address, source code, and comments in this file.
|
21 |
|
22 |
-
If these 2 csv file can't fill
|
|
|
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. If you don't need pdb files, you can find a `binaries_nopdb.tar.xz` which has only the binaries.
|
17 |
|
18 |
The `binaries.csv` lists each binary file's detailed source, e.g., the compiler version, optimization and source code link. You can index the binary file by the binary_path column, and you can also look up dataframe entry by the binary's hash in reverse.
|
19 |
|
20 |
The `functions.csv` records all functions indicated by its pdb file, extracted by [dia2dump](https://learn.microsoft.com/en-us/visualstudio/debugger/debug-interface-access/dia2dump-sample?view=vs-2022). You can find detailed function level information, such as RVA address, source code, and comments in this file.
|
21 |
|
22 |
+
If these 2 csv file can't fill your need, you can also consider using the SQLite database `winpe_pdbs.sqlite.tar.xz`, which records all details about the binary files.
|
binaries.tar.xz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45d32a683db17c5ec4bcb74c0f83e1930a907e22b93b6ee886eb0d175a49f18f
|
3 |
+
size 26860877640
|
binaries_nopdb.tar.xz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a2250de0500960ad37f8a42484e9fd8f5092ecbafc8716a926b192901fc1688
|
3 |
+
size 5357298388
|
winpe_pdbs.sqlite.tar.xz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0a8af2fc941ab4321950ba847d8c0728c83bb0674eb22dcd3f3838e8b95e2b2
|
3 |
+
size 8489215592
|