-
Notifications
You must be signed in to change notification settings - Fork 145
Debug Usage
Nikos Vourdas edited this page Jan 19, 2025
·
8 revisions
💁♂️ 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.
ℹ️ 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: