mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-06-01 19:54:14 +02:00

This adds registry access methods that do an atomic open/<action>/close on registry keys. They improve efficiency and safety, since we're not passing HKEY's back and forth to enumerate or read registry keys. This fits the common use pattern in MSF better anyway.