Fixed an issue with the IDA 32-bit version not producing the correct clickable address.
This commit is contained in:
@@ -55,7 +55,7 @@ void SearchForSigs( const qstring& strSig )
|
|||||||
{
|
{
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
#ifdef __X64__
|
#ifdef __EA64__
|
||||||
msg("sig found at 1%X\n", dwAddress);
|
msg("sig found at 1%X\n", dwAddress);
|
||||||
#else
|
#else
|
||||||
msg("sig found at %X\n", dwAddress);
|
msg("sig found at %X\n", dwAddress);
|
||||||
@@ -71,7 +71,7 @@ void SearchForSigs( const qstring& strSig )
|
|||||||
{
|
{
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
#ifdef __X64__
|
#ifdef __EA64__
|
||||||
msg( "sig found at 1%X\n", dwAddress );
|
msg( "sig found at 1%X\n", dwAddress );
|
||||||
#else
|
#else
|
||||||
msg("sig found at %X\n", dwAddress);
|
msg("sig found at %X\n", dwAddress);
|
||||||
|
|||||||
Reference in New Issue
Block a user