version with IDA: proper hexrays detection (#457)

pull/459/head
Disconnect3d 8 years ago committed by GitHub
parent fca00ecb76
commit c224cf48a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,7 +121,7 @@ def versions():
return { return {
'python': sys.version, 'python': sys.version,
'ida': idaapi.get_kernel_version(), 'ida': idaapi.get_kernel_version(),
'hexrays': idaapi.get_hexrays_version() if 'get_hexrays_version' in dir(idaapi) else None 'hexrays': idaapi.get_hexrays_version() if idaapi.init_hexrays_plugin() else None
} }

Loading…
Cancel
Save