Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vlad902/findcrypt2-with-mmx

IDA Pro findcrypt2 plug-in with MMX AES instruction finding support
https://github.com/vlad902/findcrypt2-with-mmx

Last synced: 3 months ago
JSON representation

IDA Pro findcrypt2 plug-in with MMX AES instruction finding support

Awesome Lists containing this project

README

        

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.