Merge pull request #6 from gir489/master

Search erroneously uses X64 instead of EA64.
This commit is contained in:
Aidan Khoury
2018-02-05 20:36:35 -04:00
committed by GitHub

View File

@@ -55,7 +55,7 @@ void SearchForSigs( const qstring& strSig )
{
do
{
#ifdef __X64__
#ifdef __EA64__
msg("sig found at 1%X\n", dwAddress);
#else
msg("sig found at %X\n", dwAddress);
@@ -71,7 +71,7 @@ void SearchForSigs( const qstring& strSig )
{
do
{
#ifdef __X64__
#ifdef __EA64__
msg( "sig found at 1%X\n", dwAddress );
#else
msg("sig found at %X\n", dwAddress);