Click here to Skip to main content
15,879,326 members
Articles / Security / Encryption

Mixing .NET and Assembly Language in a standalone 64-bit exe

Rate me:
Please Sign up or sign in to vote.
4.88/5 (24 votes)
17 Oct 2011CPOL5 min read 64.1K   1.1K   53  
This article deals with building a standalone 64-bit .NET .exe file that is statically linked with an Assembly Language compiled object file.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
AtelierWeb Software
Portugal Portugal
Jose Pascoa is the owner of AtelierWeb Software (http://www.atelierweb.com). We produce security and network software and mixed utilities since 1999. The first program I published (in a BBS) was a MS-DOS utility, had the size of 21 KB and was done in Assembly Language. Nowadays, my low level languages are more likely to be "C", "C++" and "Delphi" rather than Assembly Language but I still like it. I have nothing against more fashionable languages like C# and technologies like WPF, actually I have played with them and published software with them.

Comments and Discussions