Architecture
Process Injection Architecture
muth.lockpayload parsed.- RAM buffer decrypted using X25519 identity key.
- Decrypted secrets formatted as
KEY=VALUEstrings. - Appended directly to
exec.Command.Env. - Child process invoked with inherited parent
os.Environ()+ decrypted secrets.