uEmu icon indicating copy to clipboard operation
uEmu copied to clipboard

use inf_is_64bit to determine the bitness for IDA_SDK_VERSION>=830

Open leommxj opened this issue 2 months ago • 0 comments

starting from ida 8.3, ida64.exe can open 32-bit binary and idb file. ida 9.0 has removed ida.exe ph.flag&PR_USE64 return PR_USE64 if we open a 32-bit binary with ida64.exe change to inf_is_64bit from idaapi

leommxj avatar Dec 27 '24 10:12 leommxj