You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the GCJ datasets to do a replication study on the following paper on binary-level code stylometry:
Aylin Caliskan, Fabian Yamaguchi, Edwin Dauber, Richard Harang, Konrad Rieck, Rachel Greenstadt, and Arvind Narayanan. 2018. When Coding Style Survives Compilation: De-anonymizing Programmers from Executable Binaries. In Proceedings 2018 Network and Distributed System Security Symposium (NDSS 2018).
Like this paper, we limit ourselves to C++ submissions. To do the analysis we need to compile the submissions to executables, and unfortunately many of the submissions need additional compiler flags to compile correctly (we get compiler errors when we simply invoke g++ on the source files). Do you have versions of the code that have make files or any other information that would help us compile them?
Does the dataset only contain submissions which are fully accepted ? If not, is there a way to check which submissions are fully accepted?
The text was updated successfully, but these errors were encountered: