NOP Obfuscated Programming

NOP is a recursive acronym for NOP Obfuscated Programming.
Download

NOP Obfuscated Programming Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Eugenio Vilar
  • Publisher web site:
  • Operating Systems:
  • Windows XP/2000/98
  • File Size:
  • 784KB

NOP Obfuscated Programming Tags


NOP Obfuscated Programming Description

Advertisement NOP Obfuscated Programming is a Development software developed by Eugenio Vilar. After our trial and test, the software is proved to be official, secure and free. Here is the official description for NOP Obfuscated Programming: NOP is a recursive acronym for NOP Obfuscated Programming. Program obfuscation involves a number of techniques whose objective is to avoid reverse engineering of applications by hackers, including well-intentioned ones. NOP automatically applies one such technique to Delphi Object Pascal programs: inserting random NOP machine instructions into source code. The hardware instruction NOP of Intel microprocessors and compatibles occupies 1 byte (hex 90) and takes 3 processor cycles. It doesn't do anything. For a moderately fast 3GHz machine, 1 billion NOP's would execute in 1 second. Compilers generate NOP's in order to align code and data according to word boundaries. The NOP program inserts a random series of NOP instructions all over the code, so that one version of an application is intentionally misaligned with respect to the next. If you apply this program to your source code, then, for each compilation, the address of sensitive routines changes randomly. By regularly using NOP and uploading the result, your application becomes a moving target for crackers: one day, the bad guy cracks your code and delivers a patch, the next, the patch doesn't work any more. There is a lot more to obfuscation then just NOPping. Delphi executables carry Run-Time Type Information (RTTI): the source name of classes, procedures, functions, units, form structure, etc. So, if you write a procedure called 'Validate_Password', its very name is an invitation for crackers using a Decompiler, such as the infamous DeDe (Delphi Decompiler). Strings, too, provide precious information: for example, the message 'Invalid password' clearly indicates where even mediocre crackers should place their NOP's. NOP is freeware. It is the precursor of a more sophisticated shareware Obfuscator, called AltDel, by the same author.


NOP Obfuscated Programming Related Software