JasonKwok Posted June 7, 2010 Report Posted June 7, 2010 I saw a post on this forum by a guru who taught us how to fool the DLL when it tries to authenticate back to the developer's home server. The DLL calls to the developer home page to retrieve a .php file. If the content of the php file has the certain key word, the DLL will be authenticated. The trick was to set up a local web server, like Apache, edit the hosts file, and put the xxxx.php and the correct characters in this file. The DLL will be authenticated. Wonder if the guru or someone could share the techniques to find out the followings: 1. the website address that DLL is going. 2. the name of the file that the DLL is looking for. 3. the keyword in the content of this file. Thanks.
carloss Posted June 7, 2010 Report Posted June 7, 2010 This is the software you need (I use it personally for similar stuff): http://www.ieinspector.com/httpanalyzer/ JasonKwok 1
hyperdimension Posted June 7, 2010 Report Posted June 7, 2010 I've found Fiddler to be very useful. JasonKwok 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now