Skip to content
View shvnks's full-sized avatar
☯️
☯️

Highlights

  • Pro

Block or report shvnks

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shvnks/README.md
#include <string.h>
void foo(char *bar) {
   char c[12];
   strcpy(c, bar);  // no bounds checking for string length
}

int main(int argc, char **argv) {
   foo(argv[1]);
   return 0;
}
// 0x41414141

whoami ☯️

Everyone calls me Shanks, I hold a Bachelor's Degree in Computer Science. I have a strong passion for cybersecurity. I'm enthusiastic and always excited to learn something new.

Currently Learning

  • Reverse Engineering
  • Binary Exploitation
  • Pentesting

Courses that should not be taken simultaneously

  • Artificial Intelligence
  • Machine Learning
  • Information Retrieval & Web Search

Notable courses

  • Information System Security
  • Operating Systems
  • Data Structures & Algorithms
  • Artificial Intelligence
  • Machine Learning
  • Information Retrieval & Web Search
  • Data Communication & Networks
  • Parallel Programming

🔧 Technologies & Tools

Python C Java JavaScript MySQL Linux Bash Git Elastic Search Kibana VSCode

Recent Blog Posts

📈 GitHub Stats

 

visitor badge

Pinned Loading

  1. xkaDachi/COMP432_Music_Genre_Classification xkaDachi/COMP432_Music_Genre_Classification Public

    Jupyter Notebook 1

  2. mp1 mp1 Public

    Mini-Project 1 for AI

    Python

  3. comp354_calculator comp354_calculator Public

    Basic scientific calculator.

    Python 1