Giter VIP home page Giter VIP logo

vmp2.xdemo-antiobfucated's Introduction

VMProtect Research

image image

只能保证在vs2019 SDK 19041下编译没问题,依赖的各种库都是在vs2019下重新编译的,别的版本的vs可能用不了

考虑一下用zydis替换capstone(速度快,而且不用编译成dll\lib,拷贝头文件就可以用,capstone主要优势在多平台)

在指令匹配的时候,我发现有些人是借用capstone或zydis指令解析中的mnemonic和operands,这样比较精准匹配,但是代码会写的很多,而且很麻烦. 像我的话,用字符串匹配,借用keystone来判断两条string中的指令的功能是否一样,可能有误判,但是代码写得少。

vmp2.xdemo-antiobfucated's People

Contributors

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