Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DeCV 1.0b By p_k (Decompiler for Code Virtualizer 1.3.8)

Featured Replies

Posted

DeCV 1.0b

---------

- What is it

- Usage

- Possible problems

About

-----

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.

Possible problems

-----------------

DeCV relies on IDA to correctly disassemble code. If you encounter problems

during the handler parsing (basic block creation), manifested in errors like:

- outside handler: *address*

- Problem with getting mnemonic @ *address*

they are most likely caused by incorrect disasm generated by IDA.

To fix, go to the address you see in the error message. If you see garbage

instructions or data mixed with code (DB xxh), undefine whole block by

pressing 'u', and then directly convert to code, by pressing 'c'. Resulting

code should be cleaner and should not have garbage instructions, or DB xxh

stuff in it.

p_k

gdtr.wordpress.com

twitter.com/pa_kt

more info And Ref:

http://gdtr.wordpres...izer-by-oreans/

Sources:

https://github.com/pakt/decv

Typical decompilation output:

http://pastebin.com/etzbaUhB

Regards

As expected, ged_ delivered the goods. Superb work.

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.