Code Monkey home page Code Monkey logo

data's Introduction

Decompetition Data

These are anonymized PostgreSQL dumps of the competition database. A serve.sh script is included for convenience; it makes the data available via a throw-away Docker conainer.

./serve.sh data-2020.sql.gz

You can then access the data by connecting to the PostgreSQL server listening on localhost:5432 (use the -p flag on both serve.sh and psql to use another port).

psql -h localhost -U postgres

The 2020 data dump is based on a snapshot taken on December 10th, 2020, about a month after the competition finished. This was to give players time to complete the follow-up survey. All users, teams, and submissions created after the end of the competition have been removed.

Tables

Users

id            unique id for this user
name          username (sanitized)
team_id       team id
info_id       background survey id (if any)
admin         is this user an admin?
followup_id   followup survey id (if any)

Teams

id            unique id for this team
name          team name (sanitized)

Challenges

id            unique id for this challenge
name          challenge name
value         point value (100 - 500)
functions     functions to be diffed (space separated; supports globs)
language      source language (c / cpp / go / rust / swift)
*             a bunch of file paths used by the backend
              see the challenges repo for the actual files

Submissions

The total scores used for the competition were calculated as:

  • 20% test_score
  • 60% diff_score
  • 20% perfect match bonus (all or nothing)
id            unique id for this submission
challenge_id  challenge id
user_id       user id
team_id       team id
timestamp     time of submission
submission    submitted source code
test_score    fraction of unit tests passed (0.0 - 1.0)
diff_score    jaccard similarity of disassembly (0.0 - 1.0)
score         total (cumulative weighted) score (0.0 - 1.0)

Infos

These background surveys were submitted immediately after user account creation, before the competition started. See the next section for how to interpret the "magic" text values (Flask wouldn't let me use numbers in drop-downs).

id                    unique info id
security_involvement  see below
security_experience   years of security experience
reversing_experience  years of reversing experience
reversing_workload    see below
reversing_confidence  see below
reversing_difficulty  see below
codexp_*              coding experience by language (1 = beginner; 5 = expert)
revexp_*              reversing experience by language (1 = beginner; 5 = expert)
tool_*                typical use of various tools (1 = never; 2 = sometimes; 3 = often)
tool_other            text field to list any tools we missed

Followups

These surveys were submitted after the competition finished. They used the same questions as the original surveys, except the tool questions were rephrased to ask how much people used the tools during the competition.

Survey Key

Security Involvement

What best describes your involvement in computer security?

  • Hobbyist
  • Student
  • Researcher
  • Professional
  • Other

Reversing Workload

How much of your paid time is spent reverse engineering?

  • none I'm not paid to reverse anything.
  • some A little bit of my workload is reversing.
  • half Around half of my workload is reversing.
  • most Most or all of my workload is reversing.

Reversing Confidence

How much confidence do you have in your reversing skills?

  • none I have no idea what I'm doing.
  • some I'm still a beginner.
  • half I'm an average reverser.
  • lots I'm better than average.
  • yuge I am an expert.

Reversing Difficulty

How difficult is completely recreating the source code of a small binary?

  • Trivial
  • Easy
  • Moderate
  • Difficult
  • Impossible

data's People

Contributors

xavierholt avatar

Stargazers

 avatar Zion Leonahenahe Basque avatar  avatar Noah Spahn avatar

Watchers

Noah Spahn avatar Fabio Pagani avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.