Coder Social home page Coder Social logo

steam_cpp's Introduction

steam_cpp

Cross-platform framework that communicates directly with Steam servers and APIs, written in C++20. steam_cpp can emulate both mobile and desktop clients, it also supports ma-files generated by SDA for mobile client.

Please, don't use the project for any malicious purpose including but not limited to cheating, account stealing and trade api scamming...

Installation guide:

  1. Create a CMake project
  2. Recursively clone this repository in your project's subdirectory
  3. Make sure that you have all dependencies installed, or install them
  4. Before defining your build targets in CMakeLists, add "add_subdirectory(path/to/steam_cpp)" command
  5. After defining your build targets in CMakeLists, link the steam_cpp statically by calling "target_link_libraries(your_project steam_cpp)"

Note that it's not recommended to modify the original CMakeLists by adding additional targets to it as this particular approach will result in conflicts that need to be manually resolved every time you pull the new steam_cpp version.

Dependencies:

  • Boost (1.50+, but the latest stable is recommended)
  • Protobuf (3+, protobuf used in project is 3.19.5)
  • CryptoPP
  • Curl (with TLS/SSL support)

Features:

  • Automated server lookup
  • Logon
  • Logoff
  • Heartbeat
  • Friends list parsing
  • Traffic encryption (with HMAC support)
  • Steam authentication (2fa support: via email, mobile confirmation and mobile code)
  • Mobile Auth (confirmations, code generations)
  • Steam browser with session support

steam_cpp's People

Contributors

violanes 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.