Sinisterly
Gold [PrivacyRoot]: UFPatchs & showing how trash their code is - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Computers (https://sinister.ly/Forum-Computers)
+--- Forum: Software & Programs (https://sinister.ly/Forum-Software-Programs)
+--- Thread: Gold [PrivacyRoot]: UFPatchs & showing how trash their code is (/Thread-Gold-PrivacyRoot-UFPatchs-showing-how-trash-their-code-is)



[PrivacyRoot]: UFPatchs & showing how trash their code is - miso - 07-29-2020

PS: If you're having problem with loading PrivacyRoot's app, that is normal since it doesn't look like they even debug it, the main path for the application to load the images & languages needed are incorrect, you should search for a UFPatch version of their software instead to be able to use them.

"UFPatch" meaning
Spoiler:
"UFPatch" means that the "framework" of the application has been fixed, i've found out that all of the versions of their softwares that wasn't able to run was due to incorrect folder paths, the patch mainly consists of literally just fixing paths, they normally forget to put a link, for example, "C:/System32" isn't a correct path, therefore cannot be found, making the application close itself, however, "C:/Windows/System32" is valid, therefore the application can run.

The app's "framework" loads the image & language of the application. The application stills achieve its purpose properly


Literal "Yandere-dev coding" (funny screenshots of SecretDisk's code (2020.03))
Spoiler:
"Why use switch statements"
Spoiler:
PS: This function is ~460 lines

[Image: 43UrXJkvQf2mYPW0wg0WjA.png]
[Image: wg-PPdB3TBmCiYso5rAEbg.png]


Is it too hard to get the current web browser of the user? (ps: StackOverflow.com | "Browser Detection")
"Just open internet explorer" Smile
Spoiler:
[Image: J2yNVH9DQzW43vafjinMow.png]



tl;dr: just learn how to code, obfuscate apps & just debug your application before selling your software


RE: [PrivacyRoot]: UFPatchs & showing how trash their code is - mothered - 07-30-2020

(07-29-2020, 11:57 PM)miso Wrote: obfuscate apps & just debug your application before selling your software
Well said.

It's not difficult to do and from a developer's standpoint, It should be standard practice.