Home

Awesome

Introduction

StrikeOut is an plugin for the Hex-Rays Decompiler. It allows you to delete (hide) statements from the AST, thus simplifying the pseudocode output. This is a useful scenario when you are dealing with lots of junk code or code that don't necessarily increase your understanding of the pseudocode.

Features:

Building

StrikeOut uses idax and is built using ida-cmake.

If you don't want to build from sources, then there are release pre-built for MS Windows.

Use cases

Cleaning opaque predicates

NOP patchs

Use at your own risk. This feature is experimental and does not properly relocate instructions. It only copies their bytes.