#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. As a passionate and dedicated individual with a keen interest in cyber security, I’m eager to take on new challenges and opportunities in this field. Technology continues to evolve and become increasingly interconnected, I recognize the growing importance of ensuring the safety and security of digital assets. In my pursuit of a career in cyber security, I’m eager to continue learning and applying my skills to help organizations protect against threats and maintain their integrity in a digital world.
Currently Learning
- Reverse Engineering
- Binary Exploitation
- Pentesting
- Home Labbing
Notable courses
- Information System Security
- Operating Systems
- Data Structures & Algorithms
- Artificial Intelligence
- Machine Learning
- Information Retrieval & Web Search
- Data Communication & Networks
- Parallel Programming
Contact info
Don’t be shy to reach out through email!