18 lines
695 B
Markdown
18 lines
695 B
Markdown
+++
|
|
title = "Feb 2024"
|
|
date = 2024-02-25
|
|
[taxonomies]
|
|
tags = ["hacking", "rom", "c-lang", "ctf"]
|
|
+++
|
|
|
|
This month I've been trying to work on my Reverse engineering skills. I'll be doing seperate posts on my RE
|
|
adventures under a new tab so be on the lookout for those write ups.
|
|
|
|
In doing RE challenges there was alot I had to learn.
|
|
|
|
<!-- more -->
|
|
|
|
I was also exposed to the wonders of `C`. I hope to do more of it in the future and possible incorperate
|
|
it into my professional life. I kinda miss it actually. I first learned programming in college and `C++` was what I learned. I miss the memory management.
|
|
But `C` is much more simple and kinda scratch the itch of programming that I missed.
|