• Stars
    star
    371
  • Rank 114,471 (Top 3 %)
  • Language
    Python
  • License
    BSD 3-Clause "New...
  • Created over 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Introduction

This project is just a POC and only works with VMProtect 3.x (not including the demo version).

NOT CLEAN CODE.

Although x86 is now available, unfortunately x86 cannot coexist with x64.

1. Install pyvtil first

git clone -b dev-1 https://github.com/wallds/VTIL-Python.git --recursive
cd VTIL-Python
py setup.py install --old-and-unmanageable

To use x86 you need to replace dev-1 with dev-x86.

If you are using Visual Studio 2022 build tools, then you need to update extras in setup.py from Visual Studio 16 2019 to Visual Studio 17 2022

2. Install plugin

Copy novmpy&novmpy.py to IDA plugin directory.

3. Usage

1

Support list

Version x86 amd64 arm64
VMProtect 3.4~3.6 ✔️ ✔️

Reference

https://github.com/can1357/NoVmp

https://github.com/0xnobody/vmpattack

https://github.com/vtil-project/VTIL-BinaryNinja