logo
  • Products
  • Case studies
  • Resources
  • Company
  • Pricing
My Account
IDA Pro

State-of-the-art, binary code analysis tool

IDA Home

Affordable tool for reverse engineering hobbyists

IDA Free

Lightweight IDA at no cost to evaluate basic features

IDA Classroom

Powerful IDA for education providers and universities

IDA Pro OEM

The license you need to sell software or SaaS based on IDA

Features

Decompilers

Easily readable pseudocode to enhance your binary analysis

Private Lumina Add-on

Fast function recognition within your organization

Teams Add-on

Collaborative reverse engineering

Others

Training courses

Expert-level courses for mastering complex reverse engineering techniques.

Help

FAQs

Commonly asked questions and their answers.

Documentation

Comprehensive user guides and technical documentation.

Our reseller partners

Information about our official reseller partners.

Malware analysis & Digital forensics

Digital forensic investigations occur when a system is compromised by malicious software.

Vulnerability research & Penetration testing

There is a strong incentive for software developers to attack their own software for the purpose of hardening security.

Intellectual property

Intellectual property is an essential asset of many companies.

Dynamic Analysis & Debugging

Disassembling a computer program can reveal a great deal about its behavior, but there are many ways to limit the usefulness of the raw disassembly.

Automotive security

Modern vehicles are rolling software ecosystems. They are now more reliant on firmware running on microcontrollers instead of pure hardware like in the past.

Interoperability

Information is rarely produced and consumed strictly inside an application.

See all case studies

Help

Pricing

Information on our product pricing and available plans.

FAQs

Commonly asked questions and their answers.

Our reseller partners

Information about our official reseller partners.

Learn & Connect

Documentation

Comprehensive user guides and technical documentation.

Blog

Insights, updates, and articles from the Hex-Rays team.

Forum

Participate in our forum for questions and community support.

Incentive

Beta Program

Be first to try new features and shape the outcome.

Bug Bounty

Report security vulnerabilities and earn rewards for your contributions.

CTF Sponsorship Program

You’re hosting a competition or competing on the world stage, we want to help.

Supercharge

Community plugins

Enhance IDA with a variety of plugins.

Help

FAQs

Commonly asked questions and their answers.

Download center

Access and download the latest versions of SDKs & utilities.

Our reseller partners

Information about our official reseller partners.

Company

About us

Discover Hex-Rays’ journey in revolutionizing binary analysis and supporting cybersecurity professionals worldwide.

Careers

Join our team of experts and contribute to advancing reverse engineering and cybersecurity tools.

Contact us

Do you need advice in selecting the right plan or managing your account?

Legal

Privacy policy

Learn how we prioritize and protect your data and ensure transparency in our practices.

Terms of use

Understand the guidelines and conditions for using our products and services effectively.

Cookies notice

Help

General questions?

Do you need advice in selecting the right plan or managing your account?

Need Support?

Open a support ticket to request assistance from our support team.

logo
  • Products
    IDA Pro

    State-of-the-art, binary code analysis tool

    IDA Home

    Affordable tool for reverse engineering hobbyists

    IDA Free

    Lightweight IDA at no cost to evaluate basic features

    IDA Classroom

    Powerful IDA for education providers and universities

    IDA Pro OEM

    The license you need to sell software or SaaS based on IDA

    Features

    Decompilers

    Easily readable pseudocode to enhance your binary analysis

    Private Lumina Add-on

    Fast function recognition within your organization

    Teams Add-on

    Collaborative reverse engineering

    Others

    Training courses

    Expert-level courses for mastering complex reverse engineering techniques.

  • Case studies
    Malware analysis & Digital forensics

    Digital forensic investigations occur when a system is compromised by malicious software.

    Vulnerability research & Penetration testing

    There is a strong incentive for software developers to attack their own software for the purpose of hardening security.

    Intellectual property

    Intellectual property is an essential asset of many companies.

    Dynamic Analysis & Debugging

    Disassembling a computer program can reveal a great deal about its behavior, but there are many ways to limit the usefulness of the raw disassembly.

    Automotive security

    Modern vehicles are rolling software ecosystems. They are now more reliant on firmware running on microcontrollers instead of pure hardware like in the past.

    Interoperability

    Information is rarely produced and consumed strictly inside an application.

    See all case studies
  • Resources

    Learn & Connect

    Documentation

    Comprehensive user guides and technical documentation.

    Blog

    Insights, updates, and articles from the Hex-Rays team.

    Forum

    Participate in our forum for questions and community support.

    Incentive

    Beta Program

    Be first to try new features and shape the outcome.

    Bug Bounty

    Report security vulnerabilities and earn rewards for your contributions.

    CTF Sponsorship Program

    You’re hosting a competition or competing on the world stage, we want to help.

    Supercharge

    Community plugins

    Enhance IDA with a variety of plugins.

  • Company

    Company

    About us

    Discover Hex-Rays’ journey in revolutionizing binary analysis and supporting cybersecurity professionals worldwide.

    Careers

    Join our team of experts and contribute to advancing reverse engineering and cybersecurity tools.

    Contact us

    Do you need advice in selecting the right plan or managing your account?

    Legal

    Privacy policy

    Learn how we prioritize and protect your data and ensure transparency in our practices.

    Terms of use

    Understand the guidelines and conditions for using our products and services effectively.

    Cookies notice
  • Pricing
My Account
  • There are no suggestions because the search field is empty.

Posts written by Igor Skochinsky

    Jan 14, 2022

    Igor’s tip of the week #72: More string literals

    We’ve covered basics of working with string constants (aka string literals) before but IDA support ...

    I
    Igor Skochinsky ✦ Posted: Jan 14, 2022
    Jan 7, 2022

    Igor’s tip of the week #71: Decompile as call

    Although the Hex-Rays decompiler was originally written to deal with compiler-generated code, it ...

    I
    Igor Skochinsky ✦ Posted: Jan 7, 2022
    Dec 31, 2021

    Igor’s tip of the week #70: Multiple highlights in IDA 7.7

    The last week’s post got preempted by the IDA 7.7 release so I’ll take this opportunity to ...

    I
    Igor Skochinsky ✦ Posted: Dec 31, 2021
    Dec 17, 2021

    Igor’s tip of the week #69: Split expression

    While using the decompiler, sometimes you may have seen the item named Split expression in the ...

    I
    Igor Skochinsky ✦ Posted: Dec 17, 2021
    Dec 10, 2021

    Igor’s tip of the week #68: Skippable instructions

    In compiled code, you can sometimes find instructions which do not directly represent the code ...

    I
    Igor Skochinsky ✦ Posted: Dec 10, 2021
    Dec 3, 2021

    Igor’s tip of the week #67: Decompiler helpers

    We’ve already described custom types used in the decompiled code, but you may also encounter some ...

    I
    Igor Skochinsky ✦ Posted: Dec 3, 2021
    Nov 26, 2021

    Igor’s tip of the week #66: Decompiler annotations

    When working with pseudocode in the decompiler, you may have noticed that variable declarations and ...

    I
    Igor Skochinsky ✦ Posted: Nov 26, 2021
    Nov 19, 2021

    Igor’s tip of the week #65: stack frame view

    The stack frame is part of the stack which is managed by the current function and contains the data ...

    I
    Igor Skochinsky ✦ Posted: Nov 19, 2021
    Nov 12, 2021

    Igor’s tip of the week #64: Full-screen mode

    While not commonly used, full-screen mode can be useful on complex IDA layouts when working with a ...

    I
    Igor Skochinsky ✦ Posted: Nov 12, 2021
    Prev
    11 12 13 14 15
    Next

    Stay up-to-date with the latest news!

    Stay up to date with the newest blog posts

    Products

    IDA Home
    IDA Pro
    IDA Free
    IDA Classroom
    IDA Pro OEM
    Private Lumina Add-on
    Teams Add-on
    Training courses

    Case studies

    Malware Analysis & Digital Forensics
    Vulnerability research & penetration testing
    Dynamic Analysis & Debugging
    Automotive Security
    Interoperability
    Software Assessments

    Classroom

    IDA Classroom Free
    Classroom discount for IDA Pro

    Resources

    Documentation
    Forum
    Blog
    Community plugins

    Pricing

    For organizations
    For individuals
    For education providers
    Our reseller partners

    Company

    About us
    Careers
    Privacy notice
    Terms of use
    Cookies notice
    Contact us

    Connect with the community on

    X Mastodon LinkedIn YouTube
    logo

    © 2025 Copyright Hex-Rays