locked
Virus Attack RRS feed

  • Question

  • How to build a win32 application which cannot be affected by viruses? Are the win 64 applications supported by Windows Vista are having these attributes?

    Saturday, September 29, 2007 8:28 AM

All replies

  • I don't have information about how to code a WIN32 app without virus attack or secured but if you have Installed Vista on your machine (clean install and if the version is 64 bit then only the 64 bit applications are compatible with Vista. Besides that if you upgraded to Win dows Vista 64 bit Edition from 64 bit XP (Tablet) then only you can run 64 bit applications on Vista associated with the 64 bit apps

    Saturday, September 29, 2007 4:25 PM
  • Is it possible to combine sum exe file with another  exe file. so that on executing one both run simultaneously

    Sunday, September 30, 2007 3:48 AM
  • It is impossible to create a entirely virus-free application. Its not a question of your application's security or integrity. There are simple ways to manipulate an assembly after compiling by code(shellcode) injections. Simply put, a 3rd party can inject unauthorized code into your assembly and force it to run alongside your main application.

    Sunday, September 30, 2007 3:59 AM
  •  imran_khan_cc9020 wrote:

    Is it possible to combine sum exe file with another  exe file. so that on executing one both run simultaneously

    To put it simple, yes its possible. Please specify your programming language for more information.

     

    P.S Next time, start a new thread/topic for your own questions Smile

    Sunday, September 30, 2007 4:02 AM