-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decrypt IS file failed #74
Comments
Have you tried running the example? I've set up the CI workflow to publish builds of the example on every commit: https://github.com/erri120/GameFinder/suites/12799382184/artifacts/688986744. The example will log your decryption key. |
Just tried. But they are no key in log.
|
Could you try this build: https://gofile.io/d/8uVMB4 |
I have tried on other computer, but same, no key in the log. No mention of EA. Thanks for your help !
Edit: Ok I think there is a problem with the app, I started with cmd to see what happened and I got this :
And this for the last build :
|
Thanks for testing! The CI artifact fails due to trimming, and the custom build fails because of some bug I need to fix. |
Could you try these two builds:
|
trimmed: log.log |
Hello, With trimmed :
Log :
Without trimmed :
|
Enabling trimming disabled COM entirely, which basically makes the feature completely useless. I'll take a look at the cryptography exception, that is likely a bug in my code or EA updated their encryption. |
Ok, I hope you will succeed! |
GameFinder Can't Decrypt IS file in my laptop. error : System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed. |
Hello,
I tried to decrypt the IS file by following th the wiki, but I can't do it.
My key is definitely bad, but I don't understand why :(
Here is what I got with wmic
BaseBoardManufacturer.txt
BaseBoardSerialNumber.txt
BIOSManufacturer.txt
BIOSSerialNumber.txt
ProcessorManufacturer.txt
ProcessorName.txt
ProcessorProcessorId.txt
PVideoControllerNPDeviceId.txt
And my volume serial is 748AF423.
The rendering should be :
Micro-Star International Co., Ltd. ;To be filled by O.E.M. ;American Megatrends International, LLC. ;To be filled by O.E.M. ;748AF423;PCI\VEN_1002&DEV_73A5&SUBSYS_441D1DA2&REV_C0\6&20C1D3AD&0&00000019 ROOT\DISPLAY\0000 ;AuthenticAMD;178BFBFF00A20F10;AMD Ryzen 5 5600X 6-Core Processor ;
I have a doubt with videoControllerDeviceId because there are line breaks, should I include them?
I also have a doubt with the volumeSerialNumber, is it possible that it is the same as doing a "dir" in cmd.exe?
To finish
My SHA1 with what's above is b2895e59b9d0713820e5d63b4de042d0ae1a8cb6
An my SHA3_256 is f3abd302f1963cddb38a116be0462a866436bf9cfe598d197c5972d12255e55a
But can't read my file :(
IS.zip
Thanks for any help !
The text was updated successfully, but these errors were encountered: