Giter VIP home page Giter VIP logo

csdemoparser's Introduction

CSDemoParser - Cybersecurity Project @ UniPD

Generic badge Generic badge

CS:GO Demo Parser based on the official demoinfogo - Cybersecurity Project @ UniPD

What is this project about?

The goal is to automate the retrieval and parsing of a large pool of CS:GO matches, logging every event and action of a specific player, such as camera movements, player steps and actions performed.

The dataset will be used by the UniPD SPRITZ Cybersecurity Group for research purposes in the fields of cybersecurity and privacy, i.e. determining if an AI can recognize a player based on how he interacts with the videogame.

Worklog

Read the worklog to get a better grasp on how the project is going and what we have done so far.

csdemoparser's People

Contributors

marcouderzo avatar neskelogth avatar

Watchers

 avatar  avatar

csdemoparser's Issues

Output testing

Test log output. For each line of output check if it starts with Entity or Action.

Inconsistent EventIDs between multiple demos

Some eventIDs do not match between multiple demos

Demo 1

descriptors {
  eventid: 132
  name: "grenade_thrown"
  keys {
    type: 4
    name: "userid"
  }
  keys {
    type: 1
    name: "weapon"
  }

descriptors {
  eventid: 134
  name: "weapon_reload"
  keys {
    type: 4
    name: "userid"
  }

Demo 2

weapon_reload
{
 eventid: 132
 userid: AdreN (id:12)
  position: -1246.599487, 2599.400879, 91.277603
  facing: pitch:22.439575, yaw:188.459473
  team: CT
}

Entity Dump Values not updating, values: 0.00000

Looks like there are values that are not being updated. Check playerPositionZ, playerVelocityY, playerVelocityZ

From the output log:

Entity 98191 30.047607 3.153076 -1393.952881 2561.634521 0.000000 111.492279 0.000000 -7.655683 0.000000 0.000000

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.