Advertising
advertising
related pastes to tag 'sourcecode'
- 2110542 - malware sample: malware reverse engineering sourcecode
-
- #!/usr/bin/perl
- use File::Copy;
- use File::Glob;
- use Net::FTP;
- $logdir = "C:\\temp";
- $logdir2 = "C:\\RTFMON";
- $logtype = "dll";
- 1360270 - nasm bootloader: asm nasm bootlader sourcecode
-
- ;
- ; Copyright (c) Eike Dehling 2004, all rights reserved
- ;
- ; Compile with nasm, write to first sector of a floppy, have fun
- ;
- [BITS 16]
- [ORG 0x7c00]