Code Monkey home page Code Monkey logo

mcprotocollib's Introduction

MCProtocolLib

Minecraft协议支持库代码来自MCC(C#),用易语言重构了一下

支持:

获取服务器信息
为服务器创建机器人
Forge握手
版本1.6-1.13

更新

关于正版加密验证(需要openssl)
* 通过Api取sessionKey(✖)
* 交换密钥(✔)
* 生成密钥(✔)
* AES_CFB8加解密(✔)
* 成为鹦鹉(✔)

mcprotocollib's People

Contributors

chocolaic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

mcprotocollib's Issues

可改进的地方

关于RSA加密,可以使用Windows的CryptAPI(MineCraft服务器发送的RSA密钥是公钥)
关于Aes加解密,也可以使用Windows的CryptAPI(算法是AES_CFB,填充是NO_PADDING,IV和密钥一样)

能不能添加通过SOCKS代理连接

能不能添加通过SOCKS代理连接。
在有的服务器里可能会出现banIP
然后如果是放在VPS里的话,就无法通过重启路由器/光猫来换IP。。。。

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.