Entries Tagged ‘Security’:

What every programmer should know about security

There’s an excellent thread going on over at stackoverflow.com about suggestions for what every programmer should know about security. Some of the more interesting highlights: Never trust user input! Validate input from all untrusted sources – use whitelists not blacklists Plan for security from the start – it’s not something you can bolt on at [...]

Tags: , ,

Leave a Comment

Assembly Programming Tutorial Videos

I recently came across a set of really useful assembly tutorial videos. They seem to be primarily ‘hacker’ oriented, but I thought that there was quite a good bit of content related to assembly programming. The videos include topics on Windows assembly programming, general assembly programming, as well as some hacking-related and exploit-related videos. Open [...]

Tags: , , ,

Leave a Comment