Remove test.py step from readme

This commit is contained in:
Andrew Gutekanst
2020-01-01 08:47:37 +09:00
parent 1c6b7ef257
commit fbcd878e72

View File

@@ -21,9 +21,7 @@ Originally based on the TW version, but (slowly) transitioning to JP.
5. Open psql shell and manually insert an account into the users table. 5. Open psql shell and manually insert an account into the users table.
6. Run `test.py` with python 3 to generate an entrance server response binary because the code isn't ported to Go yet. (**This requires a binary response that is not included in the repo**) 6. 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`. (**These are not included in the repo**)
7. 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`. (**These are not included in the repo**)