Today I will help you complete another room: Borderlands which is part of the Networking category. This is a Hard room (hardest in networking) and if you complete all the tasks you get 540 points! Normally you need to perform the tasks yourself (I recommend you do so) and even…
TryHackMe Room: Introductory Networking
Today I will help you complete another room: Introductory Networking which is part of the Networking category. It is strongly recommended that you do some actual reading as well instead of just copy-pasting, otherwise you will not learn anything. Complete a room every day and the website will award you…
TryHackMe Room: Metasploit
How to complete TryHackMe: Metasploit! In this post I will offer you all the answers you need to get your second (easy) completed room about Metasploit. Please note that I have deliberately skipped questions that required no answers. The answers posted here should be used if you are really stuck on a…
C++ data types to .NET
If you are playing around with .NET and you come from a C/C++ background like myself, you will quickly notice the data types are different. This post covers most common data types from C/C++ to .NET (C#) for your convenience in development. When you search for a data type just…
TryHackMe Room: Nmap [Task1-15]
So you wanna become a hacker heh ? 🙂 You probably found https://tryhackme.com/ and now trying to complete some rooms and flex off to friends, but you are lost. In this post I will offer you all the answers you need to get your first (easy) completed room. However, I…
How to write Mini Dump on software crash
Sorry for not writing anything interesting this month so far, it’s been a very hectic month. Today I saw a question on Stack Overflow regarding debugging. The user was trying to let Visual Studio run in debug mode with his application to see when and why it crashes. That’s not…
Convert DOS and NT paths using RTL functions
If you are here reading this post, it means you are looking for a way to convert your DOS and/or NT paths for your software. Rest assured that this is what you will learn here today 🙂 The problem with Windows paths are clear; it’s so confusing. Let me repeat…
Runtime encrypted strings | Part 1
Runtime Encrypted Strings Today we will go through the basics of runtime encrypted strings, why do we need to encrypt our strings and learn how to create our own. In this article you will understand and learn: What is runtime encryption and decryption Why do you need to encrypt your…