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 'engineering'

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.  
1170565 - a note on design vs. elegance: programming dexen design engineering elegance
  1. Desig-by-elegance is conservative and suboptimal in its nature; not least because it converges to what we are accustomed to; follows form rather than idea. On the other hand, design-for-performance (in engineering), or design-for-correctness in computer science looks alien at first, but becomes elegant after a few iterations, and doubly so in hindsight; not least because designs which follow do converge to the original one, and we grow accustomed.
  2. -- dexen deVries
1019781 - JiM: software reverse engineering
  1. # Target: Costy's Second Crackme - Crack this Bitmap Creator
  2. # By: Costy
  3. # Date: 30. Apr, 2008
  4. # Broken: 15. May, 2008
  5. # By: JiM~
  6. #
  7. # Tools:
  8. # - VBReFormer v3.7
  9.  
fantasy-obligation