Inheritance: VolatileReader.Registry.RegistryHive
Exemplo n.º 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();
        }
Exemplo n.º 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());
        }