Recent content by malachi

  1. M

    Any tool to see .exe file source code ?

    Woah - $1099 per license for a .net decompiler? O_O
  2. M

    Any tool to see .exe file source code ?

    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...
  3. M

    is there a way to see someones code on a page that only redirects?

    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.
  4. M

    Has your girlfriend cheated on you?

    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...
  5. M

    Has your girlfriend cheated on you?

    come on, guys he just md5's your ip address.
Back
Top