#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
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.
- Reverse Engineering
- Binary Exploitation
- Pentesting
- Artificial Intelligence
- Machine Learning
- Information Retrieval & Web Search
- Information System Security
- Operating Systems
- Data Structures & Algorithms
- Artificial Intelligence
- Machine Learning
- Information Retrieval & Web Search
- Data Communication & Networks
- Parallel Programming
- 0x8 - Joplin Server using Docker
- 0x9 - Jellyfin Server using Docker
- 0x6 - Graduation from University
- North Sec 2023 - Look Within Myself
- 0x5 - First North Sec Experience