Posts tagged on Development

How to Measure Execution Time of a Program

– Measuring the performance of a program means keeping track of the consumption of resources used by the program. In addition to simple technical performance, such as looking closely at RAM and CPU, it is useful to monitor the execution time of a certain task. Tasks such as increasing sorting of a set of values can take a long time depending on the algorithm used. Before delving into optimizing an … See Full Article

How to Measure Execution Time of a Program Illustration

Developing a Keylogger: Hardware vs. Software Techniques

– To celebrate 400+ visits to my blog after just 10 days (not bad, come on), I managed in my spare time to write another, very interesting article on another popular category of malware: keyloggers. Keyloggers are a particularly insidious form of malware: they are software designed to monitor every key pressed on the keyboard of any device. Unlike other malicious programs, therefore, they do not … See Full Article

Developing a Keylogger: Hardware vs. Software Techniques Illustration

All tags