Chang commited on
Commit
1280341
·
1 Parent(s): 9206a10

Add Apr 9th data

Browse files
Files changed (5) hide show
  1. .gitattributes +3 -0
  2. README.md +19 -0
  3. binaries.csv +3 -0
  4. binaries.zip +3 -0
  5. functions.csv +3 -0
.gitattributes CHANGED
@@ -53,3 +53,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
 
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp 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
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 62k 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.zip` is included, and each file can be indexed by either its SHA-256 hash or the `binary_path` column.
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 the need, you can also consider using [the 70G SQLite database](https://assemblage-lps.s3.us-west-1.amazonaws.com/public/winpe_licensed.sqlite.zip), which records every details about the binary files.
binaries.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48acaa6b2b3f13a73ffd3cd022594147919d98faee98d8974ba67ba15a4485c5
3
+ size 12344848
binaries.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0defdb84193fe838381ceaaabb29bde2ac67eb923dcb0da2695feb362c70c85
3
+ size 7445949218
functions.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f909d715b33b990ee02911e98901efb5792515f711b3f4afb064589c3d5b9ba
3
+ size 12156592909