Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Why is it looking at the certificate store?
- - This is something nearly every program does that connects to the internet. It is making sure that the server it is connecting to has a valid SSL cert according to your PC.
- Why does it care about browser settings?
- - This is where internet proxy settings are.
- Why does it care about programs running on my computer?
- - So it can detect if certain games managed by the launcher are running.
- Why is the launcher trying to create a DLL file in C:\Fiddler2?
- - First of all, it is not trying to create a DLL file, it is trying to read it. Due to something in windows called "DLL Load Order," it will search for the DLL files in your PATH. C:\Fiddler2 seems to be something that was added to their path, so the launcher checked that folder for the DLL file's existence.
- Why does epic care about tracking things I do?
- - A lot of things do this. For example, discord. It sends tracking data of nearly everything such as joining a server or opening a window in it.
- - Why is that tracking script so unreadable?
- Welcome to javascript minification, a.k a compressing javascript to save bandwidth. Nothing new... Take a look at https://canary.discordapp.com/assets/5c48a1e42f90d8b59f16.js or even something i've made https://rlswaps.com/js/script.js
Advertisement
Add Comment
Please, Sign In to add comment