Giter VIP home page Giter VIP logo

memoryscanengine's Introduction

MemoryScanEngine

Windows and ARM64 memory scan tool

项目说明

1.ARM64Scanner 安卓端内存扫描工具,通过socket和ARM64ScannerForQt连接并进行交互
2.ARM64ScannerForQt Windows端内存界面交互,通过socket和ARM64Scanner连接并进行交互
3.MemScanner 通用命令行内存扫描工具,适用于Windows和Linux

由于Cheat Engine用Pascal编写语言受众不广,ceserver大量C风格代码,外部开发人员难以改进和自定义,所以MemoryScanEngine诞生了

编译准备

ARM64Scanner

1.NDKr21 及以上,推荐NDK r21
2.Cmake 3.2.2及以上
3.ninja ninja release github 下载后放入cmake bin目录

ARM64ScannerForQt

1.msvc_2015_64及以上,推荐msvc_2015_64
2.QT5及以上,推荐QT5

MemScanner

1.Windows端:msvc_2015_64及以上,推荐msvc_2015_64
1.Linux端:gcc4.9及以上

使用方法

1.Android端启用ARM64Scanner,并且将socket重定向到端口 例如: adb forward tcp:52736 tcp:52736
2.Windows端启用ARM64ScannerForQt,端口填入重定向的端口号连接,使用界面交互即可

Test

MemScanner是通用命令行工具,用于测试或者简单扫描使用

说明

项目以精简易懂规范化为目录
1.为了减少Socket的实现对开发和阅读者造成困扰和bug,统一使用HP-Socket进行socket开发:HP-Socket github
2.Qt界面使用widget继承模式,尽量保证通用UI功能集中在通用父类,主界面只用于数据业务交互

memoryscanengine's People

Contributors

dbbnsyg001 avatar

Watchers

 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.