Giter Site home page Giter Site logo

ntqqhook's Introduction

NtQQHook

支持的功能如下

  • 部分 Tea
  • 部分 AES
  • Ecdh密钥(不含PrivateKey)

使用的库如下

  • frida-gumjs
  • jsoncpp
  • curl

如何编译?

  1. 建立frida-gumjs/libs/x64frida-gumjs/libs/Win32文件夹
  2. 前往 Frida 下载名称为 frida-gumjs-devkit-X.X.X-windows-X.tar.xz 的压缩包
  3. 根据所下载的架构类型将frida-gumjs.lib解压放入所对应的文件夹
  4. 使用 vcpkg 自动化编译安装其他库, 在项目目录内使用命令vcpkg install安装/打开VS编译时会附带一同进行编译,手动下载并编译可通过下面的命令
vcpkg install jsoncpp:x86-windows jsoncpp:x64-windows curl:x86-windows curl:x64-windows

Tips: 如不需要编译32位的,可以去除对应的安装指令

如何使用?

方式一、通过导入表修改工具,编译的文件Lingc.dll添加到wrapper.node的导入项目中,并且移动Lingc.dllwrapper.node所在目录(所依赖Dll也需要,如已存在请忽略)

方式二、通过劫持文件,如version.dll来实现注入。同样需要移动文件以及其依赖,但需注意并非所有NTQQ的进程都加载wrapper.node,需要自行编写代码进行判断。具体可参考

ntqqhook's People

Contributors

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