Quote:
Originally Posted by Storm Shadow
it is fully possible to find rsa signatures from memory
|
No, it is not. It is possible to find
SSL signatures from memory, since SSL certificates have a known layout.
If you find a SSL certificate, you know where to look for the RSA modulus. But since SSL certificates are - like the name suggests - used for HTTPS connections over SSL/TLS, you will never use one for keygenning or software protection.
In software protection or keygenning you might use RSA, but then you will only use RSA, never SSL, therefore you will never have any SSL certificates involved, so it's not possible to find them by some signature matching algorithm.