Skip to content

ReHamster/AlcatrazServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alcatraz

Driver San Francisco PC Online backend

This server mimics the behaviour of Quazal Rendez-Vous server and protocols used by Driver San Francisco.

Download

Hosting your custom server

Main projects:

  • AlcatrazGameServices : the Web API and game server
    • AlcatrazDbContext : entities and database context
  • BackendDebugServer : local debug server application
    • QNetZ : implementation of Quazal Net-Z protocol and RMC (Remote Method Calls)
    • RDVServices : Rendez-Vous authentication services
    • DSFSErvices : Driver SF game servcies
  • AlcatrazLauncher : Launcher for Driver SF
  • AlcatrazLoader : UbiOrbitAPI_R2 DLL replacement and game hook

The tools:

  • DareDebuggerWV : tool to interface the daredebug port of the game
  • DareParserWV : Extracts custom RTTI information found in different exe and dll
  • DTBReaderWV : converts .dtb files to .csv
  • GROMemoryToolWV : tool to browse various stuctures like lists and trees in memory

Helpful information

Protocol/Service information

Credits