mirror of
https://github.com/Zypherion-Technologies/UnConfuserEx
synced 2026-06-23 09:25:30 +00:00
9 lines
220 B
C#
9 lines
220 B
C#
namespace UnConfuserEx
|
|
{
|
|
internal static class RuntimeOptions
|
|
{
|
|
public static bool RebuildEmbeddedPe { get; set; }
|
|
public static bool EnableSerializedResourceDeserialization { get; set; }
|
|
}
|
|
}
|