CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 14 of 14
  1. #1
    Join Date
    Feb 2009
    Posts
    201

    Do anyone know this program?

    Hello, all!

    I recently downloaded this program. I haven't installed it yet.

    I'm not sure what it exactly does. Something like checking your C++ source code for errors.

    But I'm not sure if it contains a virus or is a dangerous software.

    That's why I wanna hear if anyone of you are familair with this program.

    Here's their page: http://www.imagix.com/

    And this is the program: http://www.imagix.com/download/produ...0/imgx_win.exe

    Thanks, alot!
    - realchamp.

    ps. If you know any better program than this or another program you like. Post here so I can get started

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Do anyone know this program?

    Scan it yourself, if you don't trust them.
    ps. i doubt they'd post an infected file for download...
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Feb 2009
    Posts
    201

    Re: Do anyone know this program?

    You never know. I scanned it with Norton Anti Virus 2k7.

    Clean. But I don't trust such an old version

  4. #4
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: Do anyone know this program?

    Avira didn't find anything but if you're really paranoid try some online scanners as well.
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  5. #5
    Join Date
    Feb 2009
    Posts
    201

    Re: Do anyone know this program?

    Ok. Thanks.

  6. #6
    Join Date
    May 2002
    Posts
    10,943

    Re: Do anyone know this program?

    Quote Originally Posted by realchamp View Post
    You never know. I scanned it with Norton Anti Virus 2k7.

    Clean. But I don't trust such an old version
    It's not the version of the software that matters, but that of the virus definitions.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  7. #7
    Join Date
    Apr 2009
    Posts
    1

    Re: Do anyone know this program?

    ???
    virus definitions

  8. #8
    Join Date
    Apr 2009
    Posts
    1

    Re: Do anyone know this program?

    dvdcollects

  9. #9
    Join Date
    Dec 2005
    Location
    England
    Posts
    86

    Re: Do anyone know this program?

    You could just use lint...

  10. #10
    Join Date
    May 2002
    Posts
    10,943

    Re: Do anyone know this program?

    Quote Originally Posted by mksimith2 View Post
    ???
    virus definitions
    Yes. The library that anti-virus software reads through to actually detect viruses.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  11. #11
    Join Date
    Apr 2009
    Posts
    14

    Re: Do anyone know this program?

    I just realised something... how do anti-virus software use the definitions to detect viruses or trojans or whatever? I mean obviously the software doesn't search the file names because the user could easily rename files right. So what exactly does the software search?

  12. #12
    Join Date
    Jan 2006
    Location
    Singapore
    Posts
    6,765

    Re: Do anyone know this program?

    Quote Originally Posted by VirtualProgrammer
    how do anti-virus software use the definitions to detect viruses or trojans or whatever? I mean obviously the software doesn't search the file names because the user could easily rename files right. So what exactly does the software search?
    One way is to match the "signature" of a given virus, i.e., match file content with some (executable) code known to be inserted by the virus. You probably should just search the Web concerning how antivirus software work.
    C + C++ Compiler: MinGW port of GCC
    Build + Version Control System: SCons + Bazaar

    Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
    Kindly rate my posts if you found them useful

  13. #13
    Join Date
    Jul 2008
    Posts
    24

    Re: Do anyone know this program?

    Quote Originally Posted by S_M_A View Post
    Avira didn't find anything but if you're really paranoid try some online scanners as well.
    You may try Kaspersky free online virus scanner is a great way to find out if you have any viruses or spyware on your machine without having to install new software.

  14. #14
    Join Date
    Aug 2008
    Posts
    112

    Re: Do anyone know this program?

    Just a bit of information everyone might already know that site has IT Technicians guard 24/24 on the server, so feel free to scan your computer's each folder as well as hidden folders/files for the viruses.
    Many people hate my professor because she can sing, I hope no one would hate me because I have a big mouth.

    What did you scan last night ? Amazing!
    hi,,,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured