Jaren

EGL Spyware

Mar 14th, 2019
1,642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. Why is it looking at the certificate store?
  2. - 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.
  3.  
  4. Why does it care about browser settings?
  5. - This is where internet proxy settings are.
  6.  
  7. Why does it care about programs running on my computer?
  8. - So it can detect if certain games managed by the launcher are running.
  9.  
  10. Why is the launcher trying to create a DLL file in C:\Fiddler2?
  11. - 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.
  12.  
  13. Why does epic care about tracking things I do?
  14. - 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.
  15.  
  16. - Why is that tracking script so unreadable?
  17. 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