Don't Parse PE Files #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The software is parsing .exe files to extract the application name, which is insane. Refer to the https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher project and copy whatever process they are using to identify application names.
Fixed in commit
4845ebe. Removed pelite dependency entirely. PE file parsing was unreliable and unnecessary. The name resolution pipeline now relies on explicit names, store titles, manifests, launcher paths, and prettified exe names.Fixed in commit
4845ebe. Removed pelite dependency entirely.