I would still suggest poking around the exe with a debugger like OllyDBG. Sure you won't understand the assembly, but you can still follow parts of it, and hey, you may be able to understand the part you need. You should be able to find some quick tutorials online as to what the main...
keep in mind that if it's a php redirect page, it could be doing any number of things behind the scenes. Just viewing the source won't tell you everything.
ps. here's a quick and dirty java app to reverse the ip.
import java.math.BigInteger;
import java.security.MessageDigest;
public class RefCrack {
public static void main(String[] args)
{
if (args.length != 1)
System.out.println("usage: java RefCrack...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.