Posted by SkyLined on March 1st, 2010 in Browsers, HTML, Internet Explorer, JavaScript, PoC, Programming Languages and Security ·
In 2005 I released Internet Exploiter 2, which helped make heap spraying popular in browser exploits…
Posted by SkyLined on March 7th, 2009 in HTML, JavaScript and 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…
Posted by Cipher on July 11th, 2008 in HTML and php ·
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…
Posted by SkyLined on May 4th, 2008 in HTML and JavaScript ·
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…