Giter Club home page Giter Club logo

easyprotobuf's Introduction

EasyProtobuf

A easy tool for protobuf related operations.

Made by miHomo Software

What can it do?

  • Protobuf
    • Convert Protobuf from JSON
    • Convert Base64 / HEX Protobuf to JSON
    • Unknown Fields (not defined in your proto) detection
  • RSA
    • Basic RSA Encrypt / Decrypt / Sign / Verify
    • Convert RSA Keys through different formats (including Private -> Public)
    • query_cur_region decryption & generation
  • More Dedicated Applications
    • MT19937 XOR Key Generate
    • Ec2b decrypt dispatchSeed -> dispatchKey
  • Simple Tasks
    • Convert bytes in Base64 & HEX
    • XOR Decrypt data

Requirements

  • .NET 6.0 Runtime
  • Network (for package restoration) (only during build process)

Build

  1. Give your protos a name as the protobuf_version, e.g. hk4e_3.6_live.

  2. Create a directory here with name of Protobuf-$(protobuf_version), e.g. Protobuf-hk4e_3.6_live.

  3. Put *.proto files inside. e.g. Protobuf-hk4e_3.6_live/.... Files under Protos sub-directory is also accepted.

  4. Start ./publish with protobuf_version, e.g:

    ./publish hk4e_3.6_live
  5. Check Output at EasyProtobuf Build

Usage

  • Build First
  • Start with ./run
  • Search demanded command in Handbook.md or just type the proto name
  • Profit

Notes

  • Don't directly paste query_cur_region content here! It's RSA encrypted.
    You can use dcurr and gencur command to do related options.

  • You can copy the built assets to anywhere, without neither original protos nor compiled code. But along with everything under the folder!

  • If your protos contains package option, please enter the namespace into config-<protobuf>.json. e.g. If your proto has:

    package miHomo.Protos;

    Then just use:

    {
      // ...
      "EasyProtobufProgram": {
        "ProtoRootNamespace": "MiHomo.Protos"
      }
    }

easyprotobuf's People

Contributors

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