Mr. Rc

@mr-rc

160 Points 1 Followers

6 Posts

4 Answers

Yes, This is rc.

Mr. Rc · 2 years ago

Windows API - Let's learn about heap into deep!

In this blog, We are continuing our series and going to study some Windows API functions related to Heap. We'll see how to use this functions and how they can be useful to us with code examp...

Mr. Rc · 2 years ago

Windows API - More on Virtual Memory Management

In this blog, we are going to have a look at some basic memory related things that we can do with the API functions that we learnt about in last blog post along with a new function VirtualQu...
5

Mr. Rc · 2 years ago

Windows API - Basics of Virtual Memory Management API

The Virtual Memory Manager in Windows (WMM) is available for user mode programs and can be used by the Win32 APIs to allocate memory and free them in the user space. From this blog, I am goi...

Mr. Rc · 2 years ago

What's inside Windows?

This is not like a blog post, it's just a collection of windows internal fundamentals with simple explanation of them, I actually made them as my notes but now posting it as a blog so that I...

Mr. Rc · 2 years ago

Calling conventions in x86 windows systems.

Hey people, I found that this blog post is not helpful to most people who read so better to ignore this one and read my other blogs Common calling conventions in x86 windows. cdecl fastcall...
4

Mr. Rc · 2 years ago

Making your first bootable Operating System!

Hey there, Mr. Rc here. Today in this blog, we are going to deep dive into the stuff that happens when you boot your computer and how can you make something like that. Prerequisites Basic...

Loading More Content