This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
"""
|
||||
@file transformers/control_flow.py
|
||||
@brief Control-flow flattening transformer.
|
||||
@details Converts structured control flow into a state-machine with a while/dispatch
|
||||
loop to hinder static analysis, and can emit debug telemetry in debug mode.
|
||||
"""
|
||||
import ast
|
||||
import random
|
||||
from typing import Dict, List, Set, Tuple, Any, Optional
|
||||
|
||||
Reference in New Issue
Block a user