Skip to content

tvomacka/ShellcodeGenerator

Repository files navigation

ShellcodeGenerator

Shellcode generation process in general

https://www.ired.team/offensive-security/code-injection-process-injection/writing-and-compiling-shellcode-in-c

Run the assembly generation command from the Developer PowerShell, not the normal one. This can easily be done from the Visual Studio's Terminal.

Some assembly Hello World Tutorial

https://www.youtube.com/watch?v=HgEGAaYdABA&ab_channel=JohnHammond

World's Smallest Windows App in x86 ASM by Dave's Garage

MASM32 is a project that adds "header files" to the assembly (I think).

Compile in a Developer command prompt with:

ml /coff HelloAssembly.asm

For some reason, this does not compile correctly with the VS's ml.exe, but it compiles ok with the MASM32's ml.exe.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published