|
|
|
@ -4,8 +4,8 @@ namespace Decompiler
@@ -4,8 +4,8 @@ namespace Decompiler
|
|
|
|
|
{ |
|
|
|
|
public static class Options |
|
|
|
|
{ |
|
|
|
|
public static int CollapseExpression = int.MaxValue; |
|
|
|
|
public static int ReduceGraph = int.MaxValue; |
|
|
|
|
public static int CollapseExpression = 1000; |
|
|
|
|
public static int ReduceGraph = 1000; |
|
|
|
|
public static bool NodeComments = false; |
|
|
|
|
public static bool ReduceLoops = true; |
|
|
|
|
public static bool ReduceConditonals = true; |
|
|
|
|