# Example config.toml for the PMSF Polymorphic Malware Framework
# Specify one technique per stage or omit to use random selection.
# Persistence stage technique: choose from RegistryRunKeys, ScheduledTasks, WMIEventSubscription
= "ScheduledTasks"
# Execution stage technique: choose from ClassicProcessInjection, MappingInjection, ThreadHijacking, DirectSyscallExecution
= "MappingInjection"
# C2 stage technique: choose from HTTPSCommunication, DNSTunneling, ICMPCommunication, RawSocketsCommunication
= "DNSTunneling"
# Anti-analysis stage technique: choose from AntiDebugging, VMDetection, SandboxEvasion
= "VMDetection"