University of Saskatchewan
In this work, we propose a unified approach that supports attribution of code irrespective of its format and without any prior knowledgeof the code details. Dataset of employed source and binary codes in the submitted paper can be accessed through the following links:
Dataset | Description | Link |
Android validation set | Java src code | link |
Android validation set | .dex binary code | link |
Github (src code) | Source code in 25 languages | link | Github (binary code-PE) | The Portable Executable binary file | link | Github (binary code-ELF) | The Executable and Linkable Format binary file | link | Github (binary code-PYC) | Compiled Python binary file | link | Github (binary code-CLASS) | Compiled Java binary file | link |
Code | Description | Link |
Source Code | Source code in python and a shell script to run | link |