diff --git a/events.xml b/events.xml index 8dff058..fc92f10 100644 --- a/events.xml +++ b/events.xml @@ -4,6 +4,21 @@ + + +

There is a CSC/CMC Code Party Friday starting at 7:00PM (1900) until we get bored (likely in the early in morning). Come out for fun hacking times, spreading Intertube memes (optional), hacking on open source projects, doing some computational math, and other general classiness. There will be free energy drinks for everyone's enjoyment. This is the last of the term so don't miss out. +

+ + +

There is a CSC/CMC Code Party Friday starting at 7:00PM (1900) until we +get bored (likely in the early in morning). Come out for fun hacking +times, spreading Intertube memes (optional), hacking on open source projects, +doing some computational math, and other +general classiness. There will be free energy drinks for everyone's +enjoyment. This is the last of the term so don't miss out. +

+ +

Despite it being 2010, code is still being exploited due to stack overflows, a 40+ year old class of security vulnerabilities. In this talk, I will go over several common methods of program exploitation, both on the stack and on the heap, as well as going over some of the current mitigation techniques (i.e. stack canaries, ASLR, etc.) for these holes, and similarly, how some of these can be bypassed as well.