Overview

3 entries

woldhack

Latest Posts

Compiling LLVM with visual studio

Here at WoldTech we hate monolitic compilers. Thats why we exclusively use the llvm compiler infrastructure as our build toolchain.
In this post I will explain on how to integrate llvm with visual studio

Section Code Injection

A section object represents a section of memory that can be shared. A process can use a section object to share parts of its memory address space with other processes. Each memory section has one or more corresponding views. A view of a section is a part of the section that is actually visible to a process. The act of creating a view for a section is known as mapping a view of the section.