************************************************
************************************************

Unfortunately, this site has restricted functionality as this browser does not support the HTML button formaction attribute.

Unfortunately, this site has restricted functionality as this browser has HTML web storage turned off.

35921 of 48,116 files

    Download STNCRKME.zip

    Size 1 kB

  • This download is an executable MS-DOS program that will not run on a modern computer. It needs a DOS emulator such as DOSBox-X, Staging; or a virtualized MS-DOS or FreeDOS system.
    Browsers may flag this download as unwanted or malicious. If unsure, scan it with VirusTotal.
  • Last modified Nov 6, 2017 5:24:02 PM
     MD5 checksum b9e30051ae33659182d964c8b3b4467e
        Mime type Zip archive data

1998 January 25

  • Zip - DOS / Computer tool

Emulating STNCRKME/CRACKME.COM in DOSee.

Use these tabs to make adjustments to the emulation

If the emulation is taking too long to load, you can turn it off.


Reload DOSee to launch the DOS prompt

Applying changes will reload the page and reboot the emulator





Changes are not applied until the browser tab is reloaded





DOS programs need a keyboard for user input
Some common keys used in DOS programs

ENTER to select or continue
ESC to navigate back or exit
are often used to navigate menus


Emulation too fast?
Set the emulator to use the 386 CPU configuration

Experiencing graphic or animation glitches?
Set the emulator to use VGA only graphics configuration

Need to turn off the audio?
Disable sound card support

Have no audio?
  1. Try Gravis Ultrasound hardware
  2. The song or audio file maybe missing from the program

DOSee pronounced dos/see, is our emulator used to run MS-DOS based software in your web browser.

MS-DOS (Microsoft DOS) was the primary operating system used by PCs during the 1980s to the early 1990s and is the precursor to Microsoft Windows.


DOSee is a slimmed down, modified port of The Emularity.

The Emularity is a multi-platform JavaScript emulator that supports the running of software for legacy computer platforms in a web browser. It is the same platform that's running emulation on the Internet Archive.

EM-DOSBox is a discontinued, high-performance JavaScript port of DOSBox that is applied by The Emularity for its emulation of the MS-DOS platform.

DOSee uses BrowserFS ZipFS and ZipFS Extras to simulate zip file archives as hard disks within EM-DOSBox.

DOSBox is the most popular MS-DOS emulator in use today and is frequently used by commercial game publishers to run games from their back-catalogues on modern computers.


DOSee, built on The Emularity, EM-DOSBox and DOSBox. Capture screenshot and save function built on canvas-toBlob.js.

5 items in the archive
  • STNCRKME/
  • CRACKME.ASM
  • CRACKME.COM
  • STNCRK.ASM
  • STNCRK.COM
[+] Configuration Copy text
; Crackme's are Lame ; So why did I write on? Because I'm a lamer! ; POINT IS: it's easy to make good protection even with small means. ; BTW: the possibility for possible complexity expands geometrically with ; the number of chars you use... Write an algorithm in the spirit of this one ; with 10 chars and you might aswell forget about finding a key ; (BTW the rules is: No patching.. only Keys!) ; While this algorithm because of only one letter used is fully reversible ; algorithms of this type with multiple letters are not! ; Btw.. it takes some 120 binary calculations to reverse engeneer this :) model tiny .Code ; Code starts Org 100h ; COM! Start: .386 mov dx, offset intro call write mov dx, offset input mov ax,0a00h int 21h mov dx, offset string1 mov eax, 'STEN' ; Keycheck movzx ecx, byte ptr [char] loopme: rol eax,6 xor ah,al add al, cl loop loopme cmp eax, 0d62722e8h jz done mov dx, offset string2 done: call write ret ; Terminate write PROC mov ah,9h int 21h ret write ENDP intro db 'Type yer attempt: $' string1 db 10,13,'Right!$' string2 db 10,13,'Wrong!$' input db 2,0 char db 0,0 End Start
STNCRKME/CRACKME.ASM 80x54 Font
80