Advertising
advertising
related pastes to tag 'engineering'
- 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";
- 1170565 - a note on design vs. elegance: programming dexen design engineering elegance
-
- 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.
- -- dexen deVries
- 1019781 - JiM: software reverse engineering
-
- # Target: Costy's Second Crackme - Crack this Bitmap Creator
- # By: Costy
- # Date: 30. Apr, 2008
- # Broken: 15. May, 2008
- # By: JiM~
- #
- # Tools:
- # - VBReFormer v3.7