2025-04-22 19:34:46 +08:00
|
|
|
|
using Obfuz.Emit;
|
|
|
|
|
using Obfuz.Utils;
|
2025-04-22 08:13:58 +08:00
|
|
|
|
|
|
|
|
|
namespace Obfuz.Virtualization
|
2025-04-20 14:23:40 +08:00
|
|
|
|
{
|
2025-04-20 15:20:13 +08:00
|
|
|
|
public struct CreateExpressionOptions
|
2025-04-20 14:23:40 +08:00
|
|
|
|
{
|
|
|
|
|
public IRandom random;
|
2025-04-20 15:20:13 +08:00
|
|
|
|
public IDataNodeCreator expressionCreator;
|
|
|
|
|
public int depth;
|
2025-04-20 14:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
}
|