NikolayD 发表于 2012-10-7 13:25

DeCV 1.0b

DeCV is a decompiler for files protected with Code Virtualizer v1.3.8.0 by Oreans Technologies (www.oreans.com).

It's able to devirtualize macro-protected code back to a stack language used by CV. If anyone is interested enough to write a CVL -> x86 converter, take a look at recover_x86.py -- it it's not hard to extend this code to handle more opcodes, but it's quite a bit of work.

Usage
-----

DeCV was tested on IDA 6.2.x with IDAPython.

To use, open the file you want to deprotect and load decv.py script and wait.
DeCV will automatically perform all tasks.

Sources: https://github.com/pakt/decv

Author website:        http://gdtr.wordpress.com

3c666 发表于 2012-10-7 13:45

没看懂是啥

lyliucn 发表于 2012-10-13 21:00

不懂是什么意思。

zhude111 发表于 2013-3-21 18:49

好东西对付CVM用的
页: [1]
查看完整版本: DeCV 1.0b