a Win32 console either via high level functions such as code ReadConsole code and code WriteConsole ... . These high level functions are more limited than a Win32 GUI for instance it is not possible for a program ... these functions. Win32 console applications are often mistaken for MS DOS applications, especially on Windows 9x and Windows Me . However, a Win32 Console application is, virtually, just a special form of a native Win32 application. Indeed, 32 bit Windows can run MS DOS programs in Win32 console ... and so keyboard input to a Win32 console application had to be directed to it by conagent.exe running ... VM, and then finally to the Win32 console application. Besides performance, another problem with this implementation is that drives that are local to a DOS VM are not visible to a Win32 console ... VGA text mode is used. Windows NT and CE based The Client Server Runtime Subsystem is responsible for Win32 ... Microsoft APIs Windows Components DEFAULTSORT Win32 Console Category Windows administration Category Text user interface pl Win32 console ... more details
In computing , the Win32 Thread Information Block TIB is a data structure in Win32 on x86 that stores info about the currently running thread computer science thread . This structure is also known as the Thread Environment Block TEB . ref name Pietrek May96 The TIB is officially undocumented for Windows 9x. The Windows NT series DDK includes a struct NT TIB in winnt.h that documents the subsystem independent part. Wine software Wine includes declarations for the extended subsystem specific part of TIB. Yet so many Win32 programs use these undocumented fields that they are effectively a part of the Application programming interface API . The first field, in particular, is directly referenced by the code produced by Microsoft s own compiler. ref name Pietrek May96 The TIB can be used to get a lot of information on the process without calling Win32 API. Examples include emulating GetLastError , GetVersion . Through the pointer to the PEB one can obtain access to the import tables IAT , process startup arguments, image name, etc. Contents of the TIB class wikitable width 5 Position width 5 Length width 5 Windows Versions width 40 Description align right FS 0x00 align right 4 align right Win9x and NT Current Structured Exception Handling SEH frame align right FS 0x04 align right 4 align right Win9x and NT Top of stack align right FS 0x08 align right 4 align right Win9x and NT Current bottom of stack align right FS 0x0C align right 4 align right Unknown TIB Subsystem? align right FS 0x10 align right 4 align right NT Thread computer science Fiber data align right FS 0x14 align right ... Thread align right FS 0x40 align right 4 align right NT Win32 Thread Information align right FS 0x44 align right 124 align right NT, Wine Win32 client information NT , user32 private data Wine , 0x60 ... eng os win32 win95 sys progr secr main.pdf title Windows 95 Programming Secrets author Pietrek, Matt ... Threads pt Win32 Thread Information Block ... more details
Xebra may refer to Xebra, operational software for print and promotional products distributors. The Xebra medical imaging software Xebra, Inc., the owners of GoCollect.com The ZAP Xebra automobile. Xebra, a Playstation emulator for Win32. disambig ... more details
Infobox software name HX DOS Extender screenshot caption developer Japheth latest release version 2.16 latest release date release date 2009 11 16 latest preview version 2.17 latest preview date release date and age 2010 01 25 operating system DOS platform x86 genre DOS extender license website http www.japheth.de HX.html The HX DOS Extender is a free DOS extender with built in Win32 Portable Executable PE file format support. Usually the purpose of a DOS extender is to make protected mode features, especially large memory and 32 bit addressing, available for DOS applications. HX fully supports this goal, but goes some steps further. A Windows API Win32 API emulator emulation layer is part of HX which allows many Win32 console application s to run in DOS. The developers say this emulation goes far beyond similar approaches in other extenders such as Borland s PowerPack , WDOSX and Phar Lap company Phar Lap TNT . The Win32 layer has limited support for Windows, DirectDraw , Graphics Device Interface GDI and OpenGL graphics. This lets some Windows Graphical user interface GUI applications run in DOS, including Bochs , QEMU , MPlayer , DOSBox and some mostly older games. ref cite web url http www.japheth.de HX.html title HX DOS Extender date accessdate 2009 01 02 author japheth publisher ref HX DOS Extender contains the following components HXRT the extender runtime HDPMI a DPMI server used in DOS DPMILD32 Win32 PE file loader Win32 API emulation library HXLdr32 a TSR Win32 PE loader PEStub a Win32 PE header stub tool to add a Win32 PE loader to DOS entry point HXGUI GUI extension HXDEV development support HXSRC source code See also DosWin32 Wine software Wine References reflist External links http www.japheth.de HX.html HX website http www.bttr software.de forum HX and general DOS development and support forum http www.unet.univie.ac.at a0503736 php drdoswiki index.php?n Main.HX DOS Alternative additional docs and list of compatible software Category DOS extenders Cat ... more details
unreferenced date November 2008 notability date November 2008 Usurper is a Bulletin Board System door game created by Jakob Dangarden in 1993. The interface and game play are similar to 1989 s Legend of the Red Dragon . The most recently released version by Jakob is 0.20e, which was released in 2009. That release also saw the open sourcing of the project, and an unofficial version 0.21 has been released along with a new Win32 port. http www.randm.ca usurper.php Unofficial Win32 port http www.knaper.com usrp ui index.html Lenny s Usurper page http www.usurper.dangarden.com Official Usurper Forums rpg videogame stub online game stub Category Door games ... more details
Pavuk is a GPL opensource web mirror recursive download software, with both command line and X Window GUI. Win32 ports are also available. The most significant feature compared to similar software wget and httrack are advanced regular expression based filtering capabilities, filename creation rules, filtering based on HTML tag patterns. Unlike httrack, Javascripts are not interpreted to extract URL links, but they can be processed to a certain extent with regular expression matching. External links http pavuk.sourceforge.net Pavuk home page http www.hebbut.net Public.Offerings index.html pavuk One of the Win32 binary downloads Category Free web crawlers software stub ... more details
In computing , Odin is a project to run Microsoft Windows programs on OS 2 or convert them to OS 2 native format. It also provides the Odin32 application programming interface API to compile Win32 Windows API programs for OS 2. The project s goals are Every Windows program should load and operate properly Create a complete OS 2 implementation of the Win32 API. Although this is far from complete, much of the Win32 API is not widely used, so partial implementation will give usable results. Odin32 is already used commercially for the OS 2 port of the Opera web browser Opera web browser . ref cite web last Watson first Dave title A Quick Look at Opera url http www.scoug.com os24u 2001 opera.html publisher The Southern California OS 2 User Group accessdate 16 August 2010 date 21 July 2001 ref Technical overview Odin achieves binary compatibility by converting Win32 .EXEs and library computing .DLL s to OS 2 format. Conversion can be done on the fly each time the application is run or permanently. Odin does not use emulator emulation or a compatibility layer . Odin identifies itself to Windows applications as Windows 2000 Service Pack 2. Odin uses code from Wine software Wine , which runs Win32 applications on Unix like operating system s. Name The project is named after Odin , the supreme god of Germanic peoples Germanic and Norse mythology . References reflist External links http odin.netlabs.org Odin project home page. http odin.netlabs.org ?show appdb Application compatibility list Category Free emulation software Category OS 2 emulation software Category Software derived from or incorporating Wine de Odin Software it Odin software ... more details
Ruby Application Archive is a repository of applications for Ruby programming language development. As of June 2005, it had four categories Application more than 400 projects Tools for development and network middleware, including web frameworks, games, many utilities including math and arithmetic routines , and linguistic tools. Documentation more than 20 projects Documents for Ruby programming and other stuff. Many of them are provided in Ruby Document format . Library more than 700 projects Libraries for Ruby. The Graphics, WWW, Win32, and Text subcategories are the largest ones. Ports nearly 10 projects Ruby development environment ported to other operating systems. Now Win32, Mac OS X, cygwin, and so on, are available. External links http raa.ruby lang.org Ruby Application Archive Ruby programming language Category Ruby programming language Category Computing websites ... more details
Orphan date October 2006 att December 2010 Jawin is the abbreviation for the Java programming language Java Win32 integration project. It is a free, open source architecture for interoperation between Java and components exposed through Microsoft s Component Object Model Component Object Model COM or through Win32 Dynamic Link Libraries DLLs . Jawin includes a code generator, Jawin Type Browser, supporting generation of stub code for scriptable as well as non scriptable Component Object Model COM components. The code generator reads one or more type libraries, and automatically emits the Java stubs needed to call the component s . The Jawin Type Browser is not yet able to generate code for DLL entry points, and not all parameter types are supported for Component Object Model COM components. References http jawinproject.sourceforge.net http jawinproject.sourceforge.net Category Java programming language ... more details
Wiktionary Blat or BLAT can refer to Blat term , a form of corruption in Russia and the Soviet Union Blat Romania plural blaturi , a term denoting a fixed match in Romanian football. BLAT bioinformatics , a BLAST like Sequence alignment alignment tool for DNA sequencing sequencing mRNA DNA and protein DNA binding protein DNA Blat software a command line Win32 sending only e mail client Disambig pt Blat ... more details
Cleanup date April 2009 Bolgimo is a Win32 computer worm , a self replicating computer program similar to a computer virus , which attempts to exploit patch computing unpatched Microsoft Windows Windows computers on a network. According to www.Trendmicro.com this worm was discovered in late 2003. And runs on Windows NT, 2000 and XP. Aliases Worm.Win32.Bolgi Kaspersky W32 Bolgimo.worm McAfee W32.Bogi.Worm Symantec Worm Bolgi.A Avira W32 Bolgi A Sophos Worm Win32 Bolgimo.A Microsoft Category Exploit based worms malware stub ... more details
TEB may refer to Teterboro Airport Third Eye Blind , an alternative rock band from San Francisco Thread Environment Block also called Win32 Thread Information Block in computer science Triethylborane , a chemical best known for its use igniting the engines and afterburners on the SR 71 Blackbird Triethylborane cocktail , a cocktail containing absinthe and habanero sauce, named after the chemical. T rk Ekonomi Bankas Troph e Eric Bompard , a figure skating competition. disambig de TEB eo TEB it TEB ... more details
No footnotes date March 2010 Redesi W32 Redesi A W32 Redesi B is a Win32 computer worm worm written by Simon Vallor who also wrote worm programs like Gokar and Admirer . Redesi uses Microsoft Outlook to spread. These worms arrive in an email message with a randomly chosen subject. External links http www.sophos.com virusinfo analyses w32redesia.html http www.sophos.com virusinfo analyses w32redesib.html malware stub Category Computer worms ... more details
Troops from New Zealand disembark from U.S. Landing Craft Infantry ship LCI 444 to occupy Green Island on February 16, 1944. Public domain as Crown copyright lasts 50 years in Australia. Downloaded from Australian War Memorial site http cas.awm.gov.au TST2 cst.acct master?surl 1628680599ZZVRNEREVHOD07623&stype 3&simplesearch &v umo &v product id &screen name &screen parms &screen type RIGHT&bvers 4&bplatform Microsoft 20Internet 20Explorer&bos Win32 Licensing PD Australia ... more details
Netstat , the command line utility Netstat may also be part of the name of the following computer programs http netstats.sf.net NetStats Net Statistics , a free software tool by http www.5group.com 5Group NetStat Live NSL the Win32 freeware utility by AnalogX X Netstat , a commercial software product marketed by Fresh Software Netstat Agent , commercial software product marketed by Flexbyte Software disambig ... more details
Information Description A70 Martin Mariner of No. 40 Squadron, RAAF Source http cas.awm.gov.au TST2 cst.acct master?surl 939359271ZZZVEFNWNTFKR02381&stype 3&simplesearch &v umo &v product id &screen name &screen parms &screen type RIGHT&bvers 5&bplatform Netscape&bos Win32 Australian War Memorial, image 128855 Date World War II Location Australia Author unknown Permission public domain AWM image 128855 Licensing PD Australia ... more details
W32 may refer to Windows API , abbreviated win32 or w32 W32.alcra.F , computer worm W32 Storm.worm , computer worm dab Short pages monitor This long comment was added to the page to prevent it being listed on Special Shortpages. It and the accompanying monitoring template were generated via Template Longcomment. Please do not remove the monitor template without removing the comment as well. ... more details
Explore2fs is an Windows Explorer Explorer like computer program program for Microsoft Windows that is capable of reading ext2 and ext3 Linux hard disk partition computing partitions . This can be especially convenient if one has a dual boot system with both Linux and Windows partitions, or if one uses a live CD version of Linux that creates an ext2 partition image as a single file on an NTFS drive such as Puppy Linux , for instance, does . It is licensed under the GPLv2. A new version called http www.chrysocome.net virtualvolumes Virtual Volumes is being developed. This new version has a layered modular design. It supports multiple filesystems and multiple disk access methods. Filesystems ext2 ext3 reiserfs win32 API SSH file transfer protocol sftp Block devices win32 API NT Native API XP Volume computing Volumes Windows 95 INT13 DPMI LVM2 Software RAID External links Portal Free software http www.chrysocome.net explore2fs Explore2fs website Category Windows software Windows software stub fr Explore2fs it Explore2fs pt Explore2fs ... more details
Badbunny , also known as SB BadBunny A Sophos and StarOffice BadBunny McAfee , is a multi platform computer worm written in several scripting languages and distributed as an OpenOffice document containing a macro written in StarBasic . Discovered on May 21, 2007, the worm spreads itself by dropping malicious script files that affect the behavior of popular IRC programs mIRC and X Chat , causing it to send the worm to other users. ref name SB BadBunny A Win32 worm IRC Worm.StarOffice.Badbunny.a Sophos security analysis cite web url http www.sophos.com security analyses viruses and spyware sbbadbunnya.html title SB BadBunny A Win32 worm IRC Worm.StarOffice.Badbunny.a Sophos security analysis work accessdate 2009 07 29 ref Effects If the macro is opened from the affected document, it loads a virus named Perl.Badbunny. ref name Perl.Badbunny Symantec cite web url http www.symantec.com security response writeup.jsp?docid 2007 052400 3656 99 title Perl.Badbunny Symantec format work accessdate 2009 07 31 ref Upon loading, the user is shown a pornographic image of a man dressed as a rabbit making out with a woman in the woods. ref name StarOffice BadBunny cite web url http vil.nai.com vil content v 142297.htm title StarOffice BadBunny work accessdate 2009 07 29 ref References reflist DEFAULTSORT Badbunny Computer Worm Category Computer worms malware stub ... more details
Operating systems class sortable wikitable Name Microsoft Windows Windows Microsoft DOS Mac OS X MAC OS GNU Linux BSD Unix aterm No No No No Yes Yes Yes eterm No No No No Yes Yes Yes evilvte No No No No Yes Yes Yes gnome terminal No No No No Yes Yes Yes gtkterm No No No No Yes Yes Yes guake No No No No Yes Yes Yes konsole No No No No Yes Yes Yes Kuake No No No No Yes Yes Yes mrxvt No No No No Yes Yes Yes Qodem No No No No Yes Yes Yes rxvt No No No No Yes Yes Yes rxvt unicode No No No No Yes Yes Yes terminal XFCE No No No No Yes Yes Yes Terminator terminal emulator No No No No Yes Yes Yes tilda No No No No Yes Yes Yes wterm No No No No Yes Yes Yes xterm No No No No Yes Yes Yes Yakuake No No No No Yes Yes Yes Win32 console Yes No No No No No No mintty Yes No No No No No No PuTTY Yes No No No Yes No No MacWise No No Yes Yes No No No Red Ryder software No No No Yes No No No Terminal application No No Yes No No No No ZTerm No No Yes Yes No No No Capabilities class sortable wikitable Name VT52 VT100 VT220 UTF 8 256 colors mouse tracking OSC color palette rxvt No Yes No No No No No xterm No Yes Yes Yes Yes Yes Yes Win32 console Yes Yes No Yes No No No Category Terminal emulators ... more details
Unreferenced date December 2009 Orphan date December 2009 QuickWin was a library from Microsoft that made it possible to compile command line MS DOS programs as Windows 3.1 applications, displaying their output in a window. Since the release of Windows NT , Microsoft has included support for console windows in the Windows operating system itself, eliminating the need for QuickWin. There is a program called QuickWin on CodeProject, which does a similar thing. See also Win32 console External links http www.codeproject.com KB dialog quickwin.aspx CodeProject QuickWin not the original Microsoft library DEFAULTSORT Quickwin Category Computer libraries Windows stub ru Quickwin ... more details
Summary A student taken photo of the Kutztown University protest. Technial information Device Motorola v551 quad band GSM. 1 4 plastic lens over CMOS 640x480 image sensor. Format originally JPEG, baseline, 640x480, Assumed integer only compression. No exif data in bitstream. Transferred to a laptop via a USB bluetooth radio, then edited for censorship using The Gimp for win32. I censored out student faces due to questionable ethics of showing them. However, the original photo does survive in my archives. Licensing GFDL self with disclaimers migration relicense ... more details
Information Description AIF Formation Sign, 4th Armoured Brigade Australia 4th Australian Armoured Brigade Source http cas.awm.gov.au TST2 cst.acct master?surl 939359271ZZZVEFNWNTFKR02381&stype 3&simplesearch &v umo &v product id &screen name &screen parms &screen type RIGHT&bvers 5&bplatform Netscape&bos Win32 Australian War Memorial, image 129658 Date photograph is dated 1946 06 25. br graphic design is from 1943. Location Melbourne, Victoria, Australia Author unknown photograph br unknown for Crown graphic design Permission Australian copyright expired 1996 12 31 br Still under U.S. copyright AWM image 129658 Licensing PD Australia ... more details
FX 32 is a software emulator program that allows x86 Win32 programs to execute on Alpha based systems running Windows NT . Released in 1996 , FX 32 was developed by Digital Equipment Corporation DEC to support their DEC Alpha Alpha microprocessor s. At the time, there was a belief that RISC based microprocessors were likely to replace x86 based microprocessors, due to a more efficient and simplified implementation that could reach higher clock frequencies. The one thing that held Alpha back was application compatibility with existing Win32 x86 applications. Emulation has been around for a while as a concept, but FX 32 went one stage further. It analysed the way programs worked and in real time, developed dynamic link library DLL files of native Alpha code that the application could call upon next time it ran. This way even in the 1.0 release, FX 32 achieved speeds with Win32 x86 applications of 40 50 native, with 70 projected as likely with improved optimization. References http csdl.computer.org comp mags mi 1998 02 m2056abs.htm FX 32 A Profile Directed Binary Translator http www.usenix.org publications library proceedings usenix nt97 full papers chernoff chernoff.pdf DIGITAL FX 32 Running 32 Bit x86 Applications on Alpha NT from the Proceedings of the USENIX Windows NT Workshop, Seattle, Washington, August 1997 http www.hpl.hp.com hpjournal dtj vol9num1 vol9num1art1.pdf DIGITAL FX 32 Combining Emulation and Binary Translation from the Digital Technical Journal, Volume 9 Number 1, 1997 External links ftp ftp.compaq.com pub products alphaserver nt fx32v1 5.ZMX FX 32 v1.5 download Rename to .exe extension. emulation stub Category Digital Equipment Corporation Category x86 emulators ru FX 32 ... more details
A rogue DHCP server is a Dynamic Host Configuration Protocol DHCP server on a network which is not under the administrative control of the network staff. It is a network device such as a modem or a router connected to the network by a user who may be either unaware of the consequences of their actions or may be knowingly using it for network attacks such as Man in the middle attack man in the middle . As clients connect to the network, both the rogue and legal DHCP server will offer them IP address es as well as default gateway , Domain name system DNS servers, Windows Internet Naming Service WINS servers, among others. If the information provided by the rogue DHCP differs from the real one, clients accepting IP addresses from it may experience network access problems, including speed issues as well as inability to reach other hosts because of incorrect IP network or gateway. In addition, if a rogue DHCP is set to provide as default gateway an IP address of a machine controlled by a misbehaving user, he can sniff all the traffic sent by the clients to other networks, violating network security policies as well as user privacy see man in the middle . Rogue DHCP servers can be stopped by means of intrusion detection system s with appropriate signatures as well as by some multilayer switches, which can be configured to drop the packets. Rogue DHCP servers can be detected using http www.net.princeton.edu software dhcp probe dhcp probe UNIX http www.softperfect.com products networkscanner SoftPerfect Network Scanner Win32 Freeware http technet2.microsoft.com WindowsServer en library 8fa42e83 ec08 4a9b 9057 8909f7ed433e1033.mspx dhcploc.exe Win32 in ResourceKit http www.sqlsecurity.com Tools CommercialTools tabid 71 Default.aspx DHCP Sentry Win32 DHCP Sentry tool http trac.secdev.org scapy wiki IdentifyingRogueDHCPServers Scapy Python https roguedetect.bountysource.com Rogue detect Perl http code.google.com p roguedetector Rogue detector C Compu network stub Category Comp ... more details