40Hex Issue 4 December 1991
Just thought it would be funny to list what I think is the ulitmate virus programmers toolkit. Theroys may vary.
- Turbo Assembler (MASM sucks, and it is slow)
- Turbo Debugger(It rules, what else can I say?)
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Diagnostics; | |
using System.Drawing; | |
using System.Linq; | |
using System.Threading.Tasks; | |
using System.Windows.Forms; | |
using System.Runtime.InteropServices; | |
using System.Timers; |
40Hex Issue 4 December 1991