File size: 1,267 Bytes
ee31125
d931bed
ee31125
 
 
 
 
b364225
d931bed
b364225
ee31125
b364225
ee31125
3106db0
ee31125
3106db0
 
 
 
 
ee31125
b364225
77e2725
b364225
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: other
---


# Assemblage vcpkg DLL Dataset

<sub>last updated: June 16th</sub>

This reposotory holds the public dataset for [Assemblage](https://assemblage-dataset.net/), this copy of dataset is on vcpkg dll data along with pdb files. Please note, the Assemblage code is published under the MIT license, while the dataset specify each binary's source code repository license, please adhere to original repository's license.

You can find the paper on [arxiv](https://arxiv.org/abs/2405.03991).

Please use cat (the command, not my cat) to concatenate part files into the original xz file, then unzip it.

```
# Concat the SQLite database then uncompress it
cat vcpkg.sqlite.tar.xz.* > vcpkg.sqlite.tar.xz
tar -xvf vcpkg.sqlite.tar.xz
```

### Dataset Details

This public copy of Assemblage data consists of 130k vcpkg DLL binaries, and the information are stored in the SQLite database. Due to the nature that binary files can't be represented as texts, a seperate `vcpkg_final.tar.xz` is included, after inflation the folder contains the bnary files. Each file can be indexed by either its SHA256 hash, by `hash` column or the `binary_path` column. You can also read our [docs on dataset](https://assemblagedocs.readthedocs.io/en/latest/dataset.html)