Using x86 Assembly Language with Microsoft Visual Studio .NET 2003
This tutorial continues the introduction to the Microsoft Visual C++ Integrated Development Environment (IDE) and addresses using assembly code in a project. It covers adding assembly code to a project containing a main() function in C++ and debugging a project with assembly.
Read more
November 8, 2009 | Filed Under assembly | Leave a Comment
Shellcoding for Linux and Windows Tutorial
Shellcoding in its most literal sense, means writing code that will return a remote shell when executed. The meaning of shellcode has evolved, it now represents any byte code that will be inserted into an exploit to accomplish a desired task.
Read more