Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vlad902/findcrypt2-with-mmx
- Owner: vlad902
- Created: 2011-09-29T20:29:20.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-18T20:09:20.000Z (over 11 years ago)
- Last Synced: 2024-02-12T16:15:23.410Z (9 months ago)
- Language: C++
- Homepage:
- Size: 461 KB
- Stars: 51
- Watchers: 6
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.