Writing Shellcode Using C/C++ on Windows Platform

Writing Shellcode Using C/C++ on Windows Platform

It’s been a while since I posted an article, just writing something to prevent you from unfollowing.Ready-made Shellcode template: https://github.com/Brassinolide/windows-shellcode-templateShellcode is position-independent assembly code, written in C/C++.Shellcode requires some tricks to ensure that the final compiled assembly code is position-independent.The tips provided in this article are only applicable to MSVC; I haven’t researched other compilers, … Read more