Thread: A foul practice abounds

  1. #16
    Registered User Kybo_Ren's Avatar
    Join Date
    Sep 2004
    Posts
    136
    Why not remove the spyware installer from the executable?

    Assuming you know your way around a disassembler

  2. #17
    Insane Game Developer Nodtveidt's Avatar
    Join Date
    Nov 2006
    Location
    Isabela, PR
    Posts
    105
    That would work...but unfortunately, not every coder is a hacker.

  3. #18
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    The main issue here is not with store bought games. The problem is with downloaded games and/or downloaded add-ons that are not released in a box such as add-ons to Pacific Fighters by Maddox Games...distributed by UbiSoft.

    What I foresee is a major shift to attempt to force us to download add-ons rather than release a DVD or CD with the add-on. This is not a problem until they add in their nifty spyware. If you run the PE-2 addon for Pacific Fighters it will spawn a Boonty Box process in your process list. This is 100% unacceptable. If you remove Boonty Box from your registry and re-run the PE-2 version exe (il2fb.exe) it will add all the keys to the registry you just deleted.

    So what they are doing is selling software as an add-on, complete game, etc,...but they are adding their own spyware to the exes of the games in order to better track your game habits so I suspect they can then bombard your email with offers from their site for more games in the genres you play.

    The current Boonty Box sends back information about which games are installed on your system, your system specs, and several other pieces of information during installation of the add-on. To my knowledge the boonty box process that runs along with the game does not attempt to access the internet...but again it may be able to mask itself behind the actual parent process and thus a firewall would not detect it. The firewall would see that your game is trying to access the net and would let it through. The only way to block it would be to block the game....but thus no multiplayer in your game. It defies logic as to why the boonty box process would run along with the game...if it does not need to access the internet. There have also been reports of memory issues in the game caused by the boonty box process which means this process is masking itself behind the parent process and actually using the same memory pool as the parent process.

    It is a deceptive practice that should be illegal. Spawning processes just to track my habits and sys specs is a clear violation of my privacy and is not what I paid for. I paid for a game or an add-on...not a spyware filled piece 'o trash.

    Steer clear of boonty box or wild tangent. Google it and you will see the mess.
    Last edited by VirtualAce; 12-06-2006 at 12:08 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Practice Projects
    By LordBronz in forum C++ Programming
    Replies: 11
    Last Post: 05-30-2011, 11:06 PM
  2. using atoi() bad practice?
    By Beowolf in forum C++ Programming
    Replies: 6
    Last Post: 09-24-2007, 09:35 AM
  3. Need Practice exercises
    By blindman858 in forum C++ Programming
    Replies: 4
    Last Post: 06-18-2005, 01:30 AM
  4. Best practice: string manipulation functions
    By samadhi in forum C Programming
    Replies: 4
    Last Post: 09-23-2004, 05:16 PM
  5. Ternary operators, bad practice?
    By PJYelton in forum C++ Programming
    Replies: 34
    Last Post: 12-21-2002, 08:10 AM