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
Overview
Latest Posts
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
Since the original article describing this technique was taken down for unknown reason, I felt the need to “steal” it because i find this shellcode writing technique extremely usefull.
You can still read the original article here: https://web.archive.org/web/20210305190309/http://www.exploit-monday.com/2013/08/writing-optimized-windows-shellcode-in-c.html
http://www.exploit-monday.com/2013/08/writing-optimized-windows-shellcode-in-c.html
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.