flare-floss-testfiles/language/rust/rust-unknown-binaries
Arnav Kharbanda 6aa7328a43
Add Rust binary files for multiple architectures and versions (#14)
* Add Rust binary files for multiple architectures and versions

---------

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
2023-08-14 12:53:04 +02:00
..
bin Add Rust binary files for multiple architectures and versions (#14) 2023-08-14 12:53:04 +02:00
Readme.md Add Rust binary files for multiple architectures and versions (#14) 2023-08-14 12:53:04 +02:00

Rust Binary Files for Multiple Architectures and Versions

This repository contains binary files for Rust programming language compiled for various architectures and versions. The binaries included here have been sourced from VirusTotal. Please note that the source code for these binaries is not available and their origin is unknown. Exercise caution when using binaries from untrusted sources.

File Organization

The project files have been organized following a structured approach to enhance clarity and maintainability. Each file is named after its SHA256 hash, and they are placed within a directory structure that denotes the compiler version and architecture. Files are named using their SHA256 hash

Directory Structure

Files are organized under the following directory structure:

rust-unknown-binaries/
├── bin/
│ ├── 1.69.0/
│ │ ├── amd64/
│ │ │ ├── <SHA256>.exe
│ │ │ ├── ...
│ │ ├── i386/
│ │ │ ├── <SHA256>.exe
│ │ │ ├── ...
│ ├── ...