-
Published on 09 Jul 2008 from
This is part 3 in a series of articles on obscure programming languages.
The Cyclone programming language is a safe dialect of C. Pure Cyclone programs are not vulnerable to a wide class of bugs that plague C programs: buffer overflows, format string attacks, double free bugs, dangling pointer accesses, etc.
SHARETHIS.addEntry({ title: "Cyclone: Obscure Programming Language of the Month", url: "http://www.devtopics.com/cyclone-obscure-programming-language-of-the-month/" });
-
Published on 09 Jul 2008 from
Although I am not a “Security Professional” by any stretch of the imagination, I have like many developers, servers that are Internet-facing. I was on a search for a free utility that would let me restrict the types of request to one of my Web Server boxes, and stumbled upon this free utility by Microsoft, and most importantly for me, they offer a 32bit and a 64bit (I have both installation bases).
Here’s the overview of the utility (from the site):
UrlScan version 3.0 Beta is a...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
