Ejemplo n.º 1
0
        public void Patch(string outfilename)
        {
            Console.WriteLine("Patching D3100 0101 - Remove Time Restrictions on video recording");
            Console.WriteLine();

            foreach (Patch pp in patches)
            {
                p.Patch(pp.block, pp.start, pp.patch);
            }

            p.Repackage(outfilename);
        }
Ejemplo n.º 2
0
        public void Patch(string outfilename)
        {
            Console.WriteLine("Patching D800 0102 - ");
            Console.WriteLine();

            foreach (Patch pp in patches)
            {
                p.Patch(pp.block, pp.start, pp.patch);
            }

            p.Repackage(outfilename);
        }