๐ŸŒ
GitHub
github.com โ€บ REhints โ€บ HexRaysCodeXplorer
GitHub - REhints/HexRaysCodeXplorer: Hex-Rays Decompiler plugin for better code navigation
HexRaysCodeXplorer - Hex-Rays Decompiler plugin for easier code navigation. Right-click context menu in the Pseudocode window shows CodeXplorer plugin commands:
Starred by 2.6K users
Forked by 406 users
Languages ย  C++ 88.3% | C 7.6% | CMake 4.1%
๐ŸŒ
Hex-Rays
hex-rays.com โ€บ ida-free
IDA Free: Disassembler & Decompiler at No Cost
Free disassembler and decompiler to learn reverse engineering. Core IDA features at no cost for students and non-commercial use. Download and start today.
๐ŸŒ
Hex-Rays
hex-rays.com โ€บ ida-pro
IDA Pro: Powerful Disassembler, Decompiler & Debugger
Powerful disassembler, decompiler and versatile debugger in one tool. Unparalleled processor support. Analyze binaries in seconds for any platform.
๐ŸŒ
Hexrays
hexrays.net โ€บ files โ€บ productpage.html
Hexrays.net USA
The decompiler runs on MS Windows. Both the GUI and text IDA versions are supported; however, in the text mode, only batch operation is available. Facts about Hex-Rays Decompiler: ย• The decompiler supports 32-bit compiler-generated Intel x86 code ย• It can handle code generated by any mainstream ...
๐ŸŒ
Hex-Rays Docs
docs.hex-rays.com โ€บ 9.0sp1 โ€บ user-guide โ€บ decompiler โ€บ config
Configuration | Hex-Rays Docs
The decompiler has a configuration file. It is installed into the 'cfg' subdirectory of the IDA installation. The configuration file is named 'hexrays.cfg'. It is a simple text file, which can be edited to your taste.
๐ŸŒ
Hex-Rays
hex-rays.com โ€บ decompiler
IDA Decompilers: Clear Pseudocode for Binary Analysis
Decompilers are part of specific IDA subscription bundles and cannot be purchased separately. Depending on the plan, you can get 2 cloud-based decompilers or two, four, six, or all local decompilers.
Find elsewhere
๐ŸŒ
GitHub
github.com โ€บ zengfr โ€บ HexRaysCodeXplorer_plugin_for_ida_pro
GitHub - zengfr/HexRaysCodeXplorer_plugin_for_ida_pro: Hex-Rays Decompiler plugin for better code navigation. plugin for IDA Pro.
Hex-Rays Decompiler plugin for better code navigation ยท 1 To install, copy the HexRaysCodeXplorer.dll/HexRaysCodeXplorer64.dll of the plugins directory in this repository to your %PROGRAMFILES%\IDA\plugins folder. 2 open ida ,Right-click context menu in the Pseudocode window shows CodeXplorer plugin commands.
Starred by 24 users
Forked by 2 users
Languages ย  C++ 88.3% | C 7.7% | CMake 4.0%
๐ŸŒ
Hex-Rays
hex-rays.com
Hex-Rays: State-of-the-Art Binary Code Analysis Tools
โšก๏ธ Smarter decompilation ยท โšก๏ธ New Dynamic Xref Graph & Xref Tree ยท โšก๏ธ Expanded processor support ยท and more ... Release notes ยท Generate low-level assembly code from machine-executable code. Analyze binaries across 60+ processor architectures, including modern and legacy systems.
๐ŸŒ
Hex-Rays
hex-rays.com โ€บ products โ€บ decompiler โ€บ v11_vs_v10.shtml
Hex-Rays v1.1 vs. v1.0 Decompiler Comparison Page โ€“ Hex Rays
Previous versions of the decompiler could not handle floating point instruction at all, and the new version knows all about them, including conversion intricacies and other subtle details. ... bool __cdecl ld_ull_cmpge(long double a1, __int64 a2) { __int64 v10; // [sp+0h] [bp-8h]@1 *(_DWORD *)&v10 = a2; *((_DWORD *)&v10 + 1) = *((_DWORD *)&a2 + 1) + -2147483648; __asm { fild [ebp+var_8] fadd ds:dbl_10B74 fld [ebp+arg_0] fcompp fnstsw ax sahf } return !_CF; }
๐ŸŒ
Hex-Rays Docs
docs.hex-rays.com โ€บ archive โ€บ install
Decompiler Installation | Hex-Rays Docs
The installation procedure is pretty standard and should not pose any problems. Normally all your decompilers will be bundled with your copy of IDA and installed together. In some special cases (for example, if your support plan for IDA has expired but for the decompiler has not) you may receive ...
๐ŸŒ
Hex-rays
hex-rays.co.il
Hex-Rays
Guilfanov is also known for having released, on 31 Dec 2005, a highly publicized unofficial fix for the Windows Metafile (WMF) vulnerability in Microsoft Windows operating system. He currently lives in Belgium with his wife and his three boys. ... Software Sources, Hex-Rays official distributor, was founded in 1992 and is focusing on delivering software solutions for IT managers, software developers and forensic investigator. For the last 10 years, we have being cooperating with Hex-Rays, and spreading the word about the immense capabilities of IDA and Hex-Rays Decompilers.
๐ŸŒ
Hex-Rays Docs
docs.hex-rays.com โ€บ user-guide โ€บ decompiler โ€บ interactive
Interactive operation | Hex-Rays Docs
The following commands can be used in the pseudocode window: ... The user can also select text and copy it to the clipboard with the Ctrl-C combination. If the current item is C statement keyword, an additional item may appear in the context menu: ... The user can also select text and copy it to the clipboard with the Ctrl-C combination. Pressing Enter on a function name will decompile it.
๐ŸŒ
Digitalvocano
digitalvocano.com โ€บ cybersecurity โ€บ hex-rays-ida-free-reverse-engineering-tool
Hex-Rays IDA โ€“ Free Reverse Engineering Tool - Digital Vocano - Cyber Security News Magazine
September 21, 2024 - Hex-Rays is a powerful decompiler tool that is integrated into the IDA Pro disassembler and debugger. It is a key component that greatly enhances the capabilities of IDA Pro.
๐ŸŒ
Wikipedia
en.wikipedia.org โ€บ wiki โ€บ Interactive_Disassembler
Interactive Disassembler - Wikipedia
November 14, 2025 - Remote Windows, Linux, and Mac applications (provided by Hex-Rays) allow running an executable in its native environment (presumably using a virtual machine for malware)
๐ŸŒ
Hex-Rays Docs
docs.hex-rays.com โ€บ user-guide โ€บ decompiler โ€บ interactive โ€บ cmd_xref_decomp
Show all xref decompilations | Hex-Rays Docs
When selected, it will prompt the user whether they would like to decompile all functions that reference the highlighted global variable. If the user selects "Yes", Hex-Rays will decompile those functions, extract the decompilation nearby the reference to that global variable, and show the results in a new window.