Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'sourcecode'

2110542 - malware sample: malware reverse engineering sourcecode
  1. #!/usr/bin/perl
  2. use File::Copy;
  3. use File::Glob;
  4. use Net::FTP;
  5.  
  6. $logdir = "C:\\temp";
  7. $logdir2"C:\\RTFMON";
  8. $logtype = "dll";
  9.  
1360270 - nasm bootloader: asm nasm bootlader sourcecode
  1. ;
  2. ; Copyright (c) Eike Dehling 2004, all rights reserved
  3. ;
  4. ; Compile with nasm, write to first sector of a floppy, have fun
  5. ;
  6.  
  7. [BITS 16]
  8. [ORG 0x7c00]
  9.  
fantasy-obligation