From d893059971dacdd6750b2d1b7380aaea094d5a09 Mon Sep 17 00:00:00 2001 From: Andrew Gutekanst Date: Thu, 26 Dec 2019 23:02:34 +0900 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c498eef4..fd9473a12 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Erupe +## WARNING +This project is in it's infancy and currently doesn't do anything worth noting. Additionally, it has no documentation, no support, and cannot be used without binary resources that are not in the repo. -Nothing here yet :) - +# General info Based on the TW version. Requires a local mirror of the original launcher site to be placed in `./www/g6_launcher` until I can RE the launcher and figure out which JS callbacks it requires. - ## Installation Clone the repo Install PostgreSQL, launch psql shell, `CREATE DATABASE erupe;`. @@ -13,3 +13,13 @@ Setup db with golang-migrate: `go get -tags 'postgres' -u github.com/golang-migrate/migrate/cmd/migrate` `set POSTGRESQL_URL=postgres://postgres:password@localhost:5432/erupe?sslmode=disable` `migrate -database %POSTGRESQL_URL% -path migrations up` + +Open psql shell and manually insert an account into the users table. + +Run `test.py` with python 3 to generate an entrance server response binary because the code isn't ported to Go yet. + +Place a copy of the original TW launcher html/js/css in `./www/g6_launcher/`, and a copy of the serverlist at `./www/server/serverlist.xml`. + +Manually extract the binary response from a pcap, strip the header, and decrypt the ~50 packets that are used in `./channelserver/session.go`, and place them in `./bin_resp/{OPCODE}_resp.bin`. + +