Git Product home page Git Product logo

Comments (4)

wu-yafeng avatar wu-yafeng commented on August 16, 2024

我是基于客户端的汇编代码分析出加密的算法和密钥的。
看加密的算法更像是AES加密(随机-迭代异或),但是我用C#的AES库的是解密不出来的。这游戏的代码和库都太老了,可能目前编程语言所使用的库都已经无法兼容之前的AES算法了。

from qqsg_decodepkg.

fake2ky avatar fake2ky commented on August 16, 2024

image
我在IDA尝试只找到了解密的部分(key部分是要动态调试?), 但是这也是上帝视角找出来的, 因为本身就知道了解密部分~~, 对调试这方面不太了解大佬能指点一下么 这是我的QQ413400524

from qqsg_decodepkg.

wu-yafeng avatar wu-yafeng commented on August 16, 2024

image 我在IDA尝试只找到了解密的部分(key部分是要动态调试?), 但是这也是上帝视角找出来的, 因为本身就知道了解密部分~~, 对调试这方面不太了解大佬能指点一下么 这是我的QQ413400524

这部分对应了此仓库的decrypt_block 函数部分,IDA可以查找交叉引用(点击函数让光标停留在函数处,按键盘X键),只要一直找引用,总有地方传密钥的

你的QQ应该是设置了什么,我这里无法搜到

from qqsg_decodepkg.

fake2ky avatar fake2ky commented on August 16, 2024

这部分对应了此仓库的decrypt_block 函数部分,IDA可以查找交叉引用(点击函数让光标停留在函数处,按键盘X键),只要一直找引用,总有地方传密钥的

你的QQ应该是设置了什么,我这里无法搜到

确实关闭了搜索 , 现在应该能搜到了

from qqsg_decodepkg.

Related Issues (7)

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.