mirror of
https://github.com/jfjallid/go-secdump
synced 2026-06-06 15:54:30 +00:00
a7a9c97889
Fix SHA256 rounds parameter being ignored, LSA VistaStyle fallback broken by fmt.Errorf comparison, missing return after invalid flag combination, format string argument mismatch in revertDacl, duplicate registry handle close in getSysKey, and incorrect pad64 alignment formula. Fix log.Errorln calls with format verbs to use log.Errorf. Rename snake_case types to camelCase, rename receiver parameters from self to idiomatic single-letter names, rename global m to originalDacls, fix function name typo addToListIfNotExit, replace bytes.Compare with bytes.Equal, remove deprecated rand.Seed init, and update CI to Go 1.24.