--- license: other --- # Assemblage Windows PE Dataset This reposotory holds the public dataset for [Assemblage](https://assemblagedocs.readthedocs.io/en/latest/dataset.html) Please note, the Assemblage code is published under the MIT license, while the dataset specify each binary's source code repository license, please obey the original repository's license. ### About Assemblage 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). ### Dataset Details This public copy of Assemblage data consists of 91k 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. The SQLite database `winpe_pdbs.sqlite.tar.xz` records all details about the binary files, including pdb path, function source code, comments.