• Inline strlen function in assembly

    June 6, 2008

    I know the strlen function in assembly has been covered on the internet before, but I figured I’ve cover it again, just in case someone like myself were searching google for it ; here’s the code: 00404334 sub_404334 proc near 00404334  push edi 00404335  push eax 00404336  push ecx 00404337  mov edi, edx 00404339  xor […]

  • Compiling screen from CVS on OSX for vertical split.

    June 6, 2008

    Screen in an amazing tool. The latest version from CVS adds an amazing feature to allow you to split screens vertically (previously you could only split horizontally), which is extremely nice if you have a widescreen monitor. The only problem is that the patch isn’t yet included in MacPorts or Fink for this feature. Here’s how […]

  • Quick javascript de-obfuscation with python

    June 5, 2008

    Scholar was kind enough to allow me to post his/her obfuscated javascript. Here’s a quick rundown. The page was originally this: <html> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /index.php was not found on this server.</p> <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> […]

 
Powered by Wordpress and MySQL. Theme by Shlomi Noach, openark.org