mcensamuel
November 21st, 2005, 01:18
when i used the following simple script with ida..it is giving this error
Bad character '!'
is anybody getting the same error ??
#include <idc/idc.idc>
static main()
{
auto ea;
auto pattern1, pattern2;
pattern1 = "hi";
pattern2 = "test";
if(pattern1 != pattern2)
Message("Test"
;
}
Bad character '!'
is anybody getting the same error ??
#include <idc/idc.idc>
static main()
{
auto ea;
auto pattern1, pattern2;
pattern1 = "hi";
pattern2 = "test";
if(pattern1 != pattern2)
Message("Test"

}