-
Recent Blog Posts
Blog Archives
- January 2012 (1)
- April 2011 (2)
- March 2011 (2)
- February 2011 (5)
Blog Categories
- Firefox Extensions (2)
- Game Development (1)
- Security (3)
- Web Development (4)
Category Archives: Security
Shellcode Analysis
I’ve been reading about exploit and shellcode development recently and I came across a blog post today that gave me a good opportunity to put some of my new knowledge to the test and do some shellcode analysis. The blog … Continue reading
Windows Hosts File Monitor
Earlier I came across a tweet by @bartblaze that mentioned a new malware attack technique called “boy in the browser“. “Once executed on the victim’s machine the exploit code makes persistent changes [...]. The exploit code is then removed from … Continue reading
Regular expression denial of service attack
Whilst doing some research for my final year university project on regular expression visualisation I came across an article about the performance of regular expression matching that caught my interest. In some implementations the time taken to detect whether a … Continue reading