Resources

People often ask me "How did you learn how to hack?" The answer: by reading. This page is a collection of the blog posts and other articles that I have accumulated over the years of my journey. Enjoy!

Technical Rundown of WebExec- 123

Skull SecurityPosted 6 Years Ago
  • Interesting how the guys traces through code with IDA. He practically only uses the string command and looks through the import window in order to find the issues.
  • I just found the reversing process in this article fascinating. It's a really good walkthrough for Windows vuln hunting.