Наследование: VolatileReader.Registry.RegistryHive
Пример #1
0
        public string[] DumpHashes(SYSTEMHive hive)
        {
            string bootkey = hive.GetBootKey();
            string hbootkey = this.GetHBootKey();
            string[] users = this.GetUsers();

            List<string> hashes = new List<string>();
            foreach (string user in users)
            {
            }

            return hashes.ToArray();
        }
Пример #2
0
        public string[] DumpHashes(SYSTEMHive hive)
        {
            string bootkey  = hive.GetBootKey();
            string hbootkey = this.GetHBootKey();

            string[] users = this.GetUsers();

            List <string> hashes = new List <string>();

            foreach (string user in users)
            {
            }

            return(hashes.ToArray());
        }