Git Product home page Git Product logo

fantasytennis.server's Introduction

Fantasy Tennis - Server

Welcome to Fantasy Tennis Server. This is a server emulator for the Fantasy Tennis game written in C# targetting .NET 5.0.

Status

I am working on it in my spare time, after my full-time job so progress will be quick. The main target of this project is to sharpen my RE skills, and so while some may consider it a waste of time, I will try to document as much as possible from the client-side.

Demo

We are not there yet. Authentication is handled. You can login and create a character. Single player is not yet available.

Installation steps

  1. install dotnet 5.0 sdk
  2. start run-migration.bat
  3. copy Fantasy Tennis game contents to %USERPROFILE%\ftserver\client (so that FantasyTennis.exe is in the client folder)
  4. update %USERPROFILE%\ftserver\client\ServerInfo.ini to have IP_1=127.0.0.1 (local: 127.0.0.1)

Start server

  1. start run-server

Progress

  • Project architecture is complete (or atleast the skeleton)
  • Included support for SQLite and MySQL. Currently defaults to SQLite.
  • All cryptography methods have been implemented (Blowfish, Xor, Plain)

Reverse engineering

I use Ghidra to reverse engineer the client. Additionally for debugging I use x64dbg with ret-sync to synchronize Ghidra with the debugger. I will update my github repository FantasyServer.Ghidra with all the symbols I figure out. If anyone wants to pick up from where I leave off, they are welcome to it.

Pull-requests

Public involvement is welcomed but the code must be kept to the same standard I have implemented. The server relies heavily on Dependency Injection by choice.

Inspiration

I started working on this because I love the game and because of the work done at https://github.com/sstokic-tgm/JFTSE and https://github.com/AnCoFT/AnCoFT. I did not want to work on JFTSE because it's java. I did not continue AnCoFT because it seems it is no longer developed and the architecture leaves a lot to be desired.

fantasytennis.server's People

Contributors

alexandru-bagu avatar

Watchers

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