Coder Social home page Coder Social logo

emily33901 / argonx Goto Github PK

View Code? Open in Web Editor NEW
38.0 3.0 2.0 4.47 MB

Open source `steamclient.dll` replacement in C++

License: BSD 2-Clause "Simplified" License

Batchfile 0.10% Shell 0.14% Lua 0.86% C++ 87.42% PowerShell 0.25% Python 0.16% Hack 11.06%
steam setam-client steamkit2 steamworks steam-api backend

argonx's Introduction

argonx CircleCI

Open source steamclient.dll / steamclient.so replacement.

Built on the work done by SteamKit2 and Steam++. However aiming for a different goal - binary interoperability with what already exists.

Building:

Requires libzmq, libprotobuf, libcrypto++, libarchive, libpthread

git clone https://github.com/emily33901/argonx.git
git submodule update --init --recursive

cd argonx
chmod +x tools/patch-externals.sh
tools/patch-externals.sh

./make.sh

Caution:

argonx relys some very specific implementation defined behaviour (Like assuming what register this gets passed in and the structure of virtual call thunks which are generated by the compiler).

I personally use clang-7 on linux and msvc-v142 on windows. Not compiling with either of these may result in very hard to find segfaults. A proper testing mechanism will be set with ci in the future. (Recently upgraded to v142 as the result of bad codegen in v141 in Buffer)

argonx's People

Contributors

emily33901 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

tbk xyutil

argonx's Issues

Binary Release?

Would be very useful if you could provide a release to a precompiled binary with exported functions ๐Ÿฅบ

More robust usage of 0mq

Since 0mq is being used it should make more sense to more closely follow the model that they are presenting for socket usage instead of just using a single pair per client.

Router/Dealer can be used to replace our exclusive pair shenanigans that takes place and provides more flexibility in doing so. Only one socket would be needed for the server to bind to and for clients to connect to making things much cheaper - new clients can be tracked by when their identifier appears for the first time to the router and hearbeats until they disconnect (similar to what we have right now).

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.