Internet Exploiter 2 – bypassing DEP

In 2005 I released Internet Exploiter 2, which helped make heap spraying popular in browser exploits…

Tooltips for MediaWiki

I’ve create a userscript that can be used to create tooltips in MediaWiki. The best thing about it is that you do not need to install anything or modify source code; you can add it by modifying a few pages in the Wiki…

Notepad++ 5.0

Notepad++ released 5.0 some time ago, and recently a rebuffed version. It’s looking good!

I have some small adjustments for myself and maybe for you.

[ctrl]+[enter] now opens the function suggest by default which was the QuickText Replacer…

Chimera code

Chimera code is code that can be interpreted in more than one language. I’ve mostly found it useful when I want to have a file interpreted in one language, but for some reason that is not always easy to do. An example of this is JavaScript in a web-browser; you cannot just load it, you need an HTML file to load your script…