-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
The problem is, while using .\Console.exe /help, this happens:
Usage: Console.exe /[cv|th|wl] <args>
/cv - Code Virtualizer
/th - Themida
/wl - WinLicense
<args> - Passes arguments.
The help command clearly tells that you can pass additional arguments into the process, however they are not being passed into (there).
Example of running command while arguments are not being passed: .\Console.exe /cv /protect MyProject.cv.
Output should be:
Code Virtualizer x86/x64 - Total Obfuscation against Reverse Engineering [Version 3.2.1.0]
Copyright (C) Oreans Technologies 2003 - 2025
File to Protect
----------------
Input File: ...
Output File: ...
Starting Protection
--------------------
-> Checking Input and Output files ........OK
-> Reading Protection Macros ..............................OK (X macros found)
-> Initializing VM Engine ...OK
Ansi Strings to Virtualize
---------------------------
No Ansi strings to virtualize
Unicode Strings to Virtualize
------------------------------
No Unicode strings to virtualize
...
instead, just the GUI is being loaded
PS ...> .\Console.exe /cv /protect MyProject.cv
OreansConsole [Version 1.0.1] (zeze839@gmail.com)
[+] Library injected!
[+] > Base = 0x04D70000
[+] > Size = 0x00014200
[i] Connecting to process... [ OK ]
OreansCrack [Version 1.0.1] (zeze839@gmail.com)
[OreansCrack] Loading... [ OK ]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working