A proxy DLL for Windows to dump your developer account certificate from AltServer
A proxy DLL for Windows to dump your developer account certificate from AltServer.
There is no official way to obtain your developer account’s certificate in Windows. AltServer does this under the hood, but for (security?) reasons, the certificate never touches your disk unprotected.
This project is a simple patch that will hook into AltServer and dump your certificate and password to your Desktop as they are processed. The patch is completely transparent and will cause no side effects.
zlib1.dll
from the releasesC:\Program Files (x86)\AltServer
zlib1.dll
to zlib2.dll
zlib1.dll
, the one you just downloaded, inside AltServer’s folder. You should end up with both zlib1.dll
and zlib2.dll
next to each other. Nothing should have been replaced.Hooks initialized
. If you don’t see this, then you didn’t install the proxy correctly.Certificate successfully saved to Desktop
. Then, on your desktop, you will find two new files: AltServer-Cert.p12
and AltServer-Cert-Pass.txt
. These are your certificate and password, respectively.C:\Program Files (x86)\AltServer
zlib1.dll
zlib2.dll
back to zlib1.dll
Tested and working is the following setup:
Based on PerfectProxyDLL.