You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
findcrypt2 is an IDA Pro plug-in written by Ilfak Guilfanov that searches for cryptographic constants used by many different algorithms in memory. x86/x64 processors can perform AES encryption/decryption without referencing the constants by using AES-specific MMX instructions. This plug-in adds support for finding MMX AES instructions in x86/x64 binaries.