Ida | 7.0
: Version 7.0 continued the tool's legacy of supporting a vast array of architectures, including x86/x64, ARM, MIPS, and file formats like PE and ELF.
// Before (IDA 6.95): v3 = (some_function)(); if ( v3 & 0x80000000 ) ... // Confusing ida 7.0
// After (IDA 7.0 + Hex-Rays 7.0): status = DecryptPayload(encrypted_blob); if ( status >= 0 ) // Success path : Version 7