Git Product home page Git Product logo

cascade's Introduction

Cascade

The Cascade virus is a prominent computer virus that was a resident written in assembly, and it was widespread in the 1980s and early 1990s. It infected .COM files and had the effect of making text on the screen fall down and form a heap in the bottom of the screen. It was notable for using an encryption algorithm to avoid being detected. However one could see that infected files had their size increased by 1701 or 1704 bytes. In response, IBM developed its own anti-virus software.

โ€” Wikipedia, "Cascade (computer virus)"

Disclaimer

This program and its source files are only uploaded for educational purposes. Do not execute this program if you do not know what it does.

Requirements

  • MASM 6.x
  • x2b or exe2bin

Files

cascade.asm    # source code for CASCADE virus; x86 assembly
cascade.com    # compiled, live virus
makehlv.bat    # Batch file to build virus

Building

You can use MASM 6.11d (16bit assembler) along with X2B (EXE -> COM Converter) for building the virus. You also need DOS debug executable for patching up the initial jump (automatically done by makehlv.bat). If you are using exe2bin, you have to modify makehlv.bat accordingly.

Once you have the environment setup, follow these steps:

  1. Open cascade.asm. Find DEMO EQU FALSE (it should be near line no. 13). If you make this DEMO EQU TRUE, the virus will not exhibit any harmful things. For our purpose, leave it at DEMO EQU FALSE.

  2. Add _DANGER EQU TRUE after this line.

  3. Execute the following command from the command-line to build the virus:

    makehlv cascade
    

Credits

This source code and instructions was obtained from Kannan's Blog

cascade's People

Contributors

fnky avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.