Skip to content

Debug Usage

Nikos Vourdas edited this page Jan 19, 2025 · 8 revisions

About

💁‍♂️ Optional command-line flag.

ℹ️ The -debug command-line flag displays the state and format of the original payload during encryption/obfuscation. This is useful if you want to observe the original payload in a selected programming language.

Usage Example

ℹ️ The following example illustrates how an adversary uses ROT encoding with the C# language option in conjunction with the debug flag:

./Supernova -input <path_to_raw_payload_file> -enc rot -lang csharp -key <key_size_number> -debug

Outcome:

Debug Usage Example Command

Debug Usage Example

Clone this wiki locally