golden_123
July 28th, 2002, 22:10
HI i have ida verson 4.1, and was going threw Ghric3 tut on cracking ghost.exe. When i search for text in core i never find what i suppose to. Is it possible my version is diffent then his or is alt-b not the shortcut for that search like he said in his tut. I did a search in ida for that feature and came across this:
long FindBinary (long ea,long flag,char str);
// str - a string as a user enters it for Search Text
in Core
// example: "41 42" - find 2 bytes 41h,42h
I honestly dont know what that is talking about or how to do it. Any help will be greatly appreciated.
long FindBinary (long ea,long flag,char str);
// str - a string as a user enters it for Search Text
in Core
// example: "41 42" - find 2 bytes 41h,42h
I honestly dont know what that is talking about or how to do it. Any help will be greatly appreciated.