Is there anyone here that could help me translate an application (very small) from ASM to C#.NET or VB.NET (or 6) or even C++?
Printable View
Is there anyone here that could help me translate an application (very small) from ASM to C#.NET or VB.NET (or 6) or even C++?
Depending on the application, you could probably drop most of the code into a C++ _asm block without any changes to the logic. You will probably have to change your declaration of variables though (have to use C++ instead of asm.)
idk about C# and VB.