Book of the Month : Writing Secure Code for Windows Vista
Posted in Computer Security, Secure Coding, Security Books on Oct 22nd, 2009 No Comments »
This is the one of the ‘Writing Secure Code’ series book completely focused on security design & implementations incorporated into vista. Written by experts involved in secure development of Vista, book offers complete coverage of [...]
Book of the Month : Hacking – The Art of Exploitation
Posted in Computer Security, Hacking, Secure Coding, Security Books, Vulnerability Research on Jun 15th, 2009 No Comments »
This may sound like another hacking book written to sell, but it is not. This is one such book where author has covered everything from tip to toe of vulnerability exploitation, a complex topic to [...]
Book of the Month : 19 Deadly Sins of Software Security
Posted in Computer Security, Secure Coding, Security Books, Vulnerability Research on May 10th, 2009 No Comments »
This book is essential for anyone who is into software development to understand the basic security flaws as well as detect & eliminate them during the early development phase of the product itself. It offers [...]
My new tool, SpyDLLRemover is released on the RootkitAnalytics website. This tool helps in detecting and deleting userland based rootkits which hide the processes and injected modules to prevent their detection from antirootkit softwares. Here [...]
Detecting System DLL …!
Posted in Computer Security, Hidden Myths, Secure Coding, Spyware on Feb 14th, 2009 6 Comments »
Recently while working on a new tool SpyDLLRemover, I had to separate out the operating system DLLs from others. To be precise, I needed method to reliably detect malicious DLL among all loaded DLLs of [...]
Have you crashed into _strlwr_s() ?
Posted in Computer Security, Secure Coding on Feb 10th, 2009 4 Comments »
Almost every developer knows the cost of using insecure string function such as strcpy which can lead to buffer overflow exploits. But no one knows the cost of using the secure string functions. Here is [...]


