juneJuly / findcrypt3

IDA Pro findcrypt2 plug-in with MMX AES instruction finding support, and other "magical" features ;)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

findcrypt3 is an experiment to detect music codecs in x86/x64 binaries.

About

IDA Pro findcrypt2 plug-in with MMX AES instruction finding support, and other "magical" features ;)


Languages

Language:C++ 99.7%Language:Shell 0.2%Language:Makefile 0.2%