Skip to content

Commit

Permalink
Fix CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruyere committed Jan 6, 2023
1 parent a5f5e22 commit 36c3e7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/vbSparkle.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ private static string DeobfuscateContent(string content)

var result = VbPartialEvaluator.PrettifyEncoded(content, new EvaluatorOptions()
{
SymbolRenamingMode = SymbolRenamingMode.None,
JunkCodeProcessingMode = JunkCodeProcessingMode.Remove,
PerfomPartialEvaluation = true,
IndentSpacing = 4,
SymbolRenamingMode = SymbolRenamingMode.None
});

perfWatch.Stop();
Expand Down

0 comments on commit 36c3e7a

Please sign in to comment.