Coder Social home page Coder Social logo

erina's Introduction

Erina

Erina it's an open source Shaiya packet editor for analiz the incoming and outcoming packets through the network.

Technical information

Features

  • Show all Client packets in console.

erina's People

Stargazers

Emilio Daniel avatar  avatar Felipe Muniz avatar Kreon avatar  avatar Anna Melashkina avatar

Watchers

Emilio Daniel avatar  avatar

erina's Issues

Show all incoming and outcoming packets

This issue it's created for show how to work Shaiya infrastructure between the client and server, here we call Client and Server as Actors.

How to Shaiya interact with the server?

Basically we have two Actors (Client and Server), the client connect to the server using TCP/IP Protocol, while the actor is connected, each actor can Send and Receive Packets:

image

When an actor send a packet, this packet can be encrypted or not:

image

When an actor receive a packet, can be decrypt the packet or not, after do this the actor handle the packet:

image

So, for show all the incoming and outcoming packets, we need search for encryption and decryption function address and inject the code just before the functions for show each packet.

Requeriments

  • A debugger for your OS (We are using x64dbg for windows, because it's free and open source).
  • A Shaiya game Client (We are using Episode 1 Shaiya game Client).
  • A Shaiya episode 3 server (Use a ZeroSignal server release).

Roadmap

  • Search Client Handle packet function.
push opcode
push packet
push length
call 0x0054D560
  • Search Client send packet function.
push packet
push length
call 0x00549C10
  • Search Server Handle packet function.
  • Search Server Send packet function.
  • Show all Client packets in console (ba9a585).
  • Show all Server packets in console.

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.