background preloader

Misc. Software

Facebook Twitter

BlackBerry Swiss Army Knife. QEMU for Windows. QEMU on Windows This is the tentative page to provide QEMU windows port binaries as Kazu's proxy.

QEMU for Windows

Download TigerVNC software for free. QEMU on Windows. Far Manager Official Site : download. TDM-GCC. VirtualBox. GCC, the GNU Compiler Collection. How to test websites for multiple IE(5,6,7,8)versions! How to test websites for multiple IE(5,6,7,8)versions!

How to test websites for multiple IE(5,6,7,8)versions!

Internet Explorer 6..who the heck still uses that? From the W3C Lots of people still use IE6, despite the fact that it came out in 2001!! That’s a whopping 9 years! Bottomline, ie6 users are not going anywhere, you must accommodate them! Typical Internet explorer 6 user The problem. IETester / Browser Compatibility Check for Internet Explorer Versions from 5.5 to 9. IETester is free.To support the projectyou can make a donation : or you can translate it.

IETester / Browser Compatibility Check for Internet Explorer Versions from 5.5 to 9

IETester is a free (both for personal and professional usage) WebBrowser that allows you to have the rendering and javascript engines of IE11, IE10, IE9, IE8, IE7 IE 6 and IE5.5 on Windows 8 desktop, Windows 7, Vista and XP, as well as the installed IE in the same process. Using the Timer class in ActionScript 3.0 « Peter deHaan. Another great new addition in ActionScript 3.0 is the Timer class (flash.utils.Timer), which essentially replaces the setInterval() and setTimeout() methods in ActionScript 2.0.

Using the Timer class in ActionScript 3.0 « Peter deHaan

For example, here’s an example of the setTimeout() method in ActionScript 2.0: // AS2 var intID:Number = setTimeout(runOnce, 1000); // 1 second function runOnce():Void { trace("runOnce() called @ " + getTimer() + " ms"); } In ActionScript 3.0, the same code could be rewritten as follows: // AS3 var myTimer:Timer = new Timer(1000, 1); // 1 second myTimer.addEventListener(TimerEvent.TIMER, runOnce); myTimer.start(); function runOnce(event:TimerEvent):void { trace("runOnce() called @ " + getTimer() + " ms"); } Note that the Timer() constructor takes two parameters. If you wanted the code to continuously run in ActionScript 2.0, you would use the setInterval() method instead of the setTimeout() method, as seen in the following example: Main Page. Download Subversion for Windows software for free.

CMake - Cross Platform Make. IDA Pro Disassembler - multi-processor, windows hosted disassembler and debugger. The IDA Disassembler and Debugger is an interactive, programmable, extendible, multi-processor disassembler hosted on Windows, Linux, or Mac OS X.

IDA Pro Disassembler - multi-processor, windows hosted disassembler and debugger

IDA has become the de-facto standard for the analysis of hostile code, vulnerability research and COTS validation. See this executive overview for a summary of its features and uses. "It is a rare pleasure to find technical support that is actually technical. OllyDbg v1.10. HexEdit. HexEdit is a free hex editor that I wrote, mostly because I didn't know of any decent free hex editors. I'm not expecting any payment, but if you like the program, you are welcome to donate whatever you think that it's worth... Please note that HexEdit has no warranty whatsoever. Support is not guaranteed, but feel free to email me. (If you are a company or need guarantees for some reason, support can be purchased; email me for more details) UPX: the Ultimate Packer for eXecutables - Homepage. Universal Extractor. Introduction Universal Extractor FeedbackIf you have any questions about, or find any problems with, Universal Extractor, please post your comments to the UniExtract subforum on the MSFN message board.

Universal Extractor

This has become the main point of discussion for this project. Universal Extractor is a program designed to decompress and extract files from any type of archive or installer, such as ZIP or RAR files, self-extracting EXE files, application installers, etc. The full list of supported formats can be found in the table below. It's able to support so many varied file formats by utilizing the many backend utilities listed in the credits at the bottom of the page. Please note that Universal Extractor is not intended to be a general purpose archiving program.

Return to top Screenshots Universal Extractor context menu Universal Extractor file/destination GUI. Addon By Mrs Peel Software: DAMN NFO Viewer, TreeCopy... Mrs Peel's Addon Collection @ RyanVM Forums. TightVNC: VNC-Compatible Free Remote Control Software. Ryan.VM Discussion Board. Execute Applications on Remote Systems. xCMD - execute app on remote systems. Note: Your virus scanner may give a 'false' alert about xCmd.

xCMD - execute app on remote systems

This is caused by the way xCmd works! Have a look at www.virustotal.com:xCmd Version 1.7xCmd Version 1.8 Hint: Some virus scanners aren't able to exclude a single file from scanning. In this case you maybe could bypass the false alerts by setting the installation path (option /I) to a directory of your choice and exclude the whole folder from scanning if supported!

If anything helps and you urgently need a version that doesn't give false alerts, contact me please. W32dASM 8.94 - w32dsm87.zip download - Plunder. Xampp. CEDRICK 'NITCH' COLLOMB. Freeware Hex Editor XVI32. [Overview] [Features] [What's New] [Screenshots] [User Reviews] [Download] [Installation] [Other Freeware] [Home] Overview XVI32 is a freeware hex editor running under Windows 9x/NT/2000/XP/Vista/7.

Freeware Hex Editor XVI32

The name XVI32 is derived from XVI, the roman notation for the number 16. XVI32 and all of its components are developed by myself. CDash - an open source, web-based testing server. Apache Subversion. Inno Setup. Setup Wizard IDE (Dark) Inno Setup is a free installer for Windows programs by Jordan Russell and Martijn Laan.

Inno Setup

First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability. FeaturesLearn more about what Inno Setup can do. Download Inno SetupGet the latest version of Inno Setup here. Don't forget to check out the Inno Setup forum, the primary source for Inno Setup support. Want to be notified by e-mail of updates? Wget. GNU Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS, the most widely used Internet protocols.

Wget

It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc. GNU Wget has many features to make retrieving large files or mirroring entire web or FTP sites easy, including: Downloading GNU Wget The source code for GNU Wget can be found on the main GNU download server or (better) on a GNU mirror near you. For more download options, see the FAQ. Documentation. Browse Inno Setup Unpacker Files on SourceForge.