I want to anonymize a program while preserving its functionality

SvK

Joined
Oct 4, 2022
Messages
1
Reaction score
0
I want to anonymize a program while preserving its functionality.

An intruder will easily see what of interest is going on on my PC for example that I am using a particular security suite.

Example:

The (fictive) program (App) "TooGoodToBeTrue_Tools"
installs on Windows 10 i the folder "TooGoodToBeTrue_Apps" as "TooGoodToBeTrue_Tools.exe".
Anyone can see that it is installed and also identify the files associated with it, the program icon and the file type association ".tgt".

I want the program anonymized. Example:
The installation folder is renamed "IDontDoAnything" and the program file "IDontDoAnything_AtAll.exe".
The program icon and the file type association ".idn" must also change.

The functionality must be exactly the same while an intruder will have a hard time discovering that it is installed.

Peace of cake? Not to me!
I have tried to force Windows to comply, but I can't even change the program icon.

Can anyone help? It might also be a concept for a new Windows tool ...
 
Joined
Feb 21, 2023
Messages
17
Reaction score
0
If you're wanting to change the name of the directory, then just uninstall/reinstall to a directory of a different name, then changing the shortcut name and icon is doable, and changing the name of the executable can be done, but you can't change the file type association if you want the program to remain functional. Changing the file extensions would make the program not recognize those files anymore. I think what you want to do would require recompiling the program and that isn't something that can be done if you aren't the program publisher, as far as I'm aware. I think it would make more sense to invest in a VPN, and a good third party firewall if you're concerned about your system being intruded upon.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top