Hex-Rays Docs
docs.hex-rays.com βΊ user-guide βΊ decompiler
Decompiler | Hex-Rays Docs
Introduction to Decompilation vs.
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%
Videos
20:33
Introduction to the Hex-Rays Decompiler SDK - YouTube
04:01
How to download & install IDA Pro - YouTube
01:32:33
Exploring IDA Free 7.6 & HexRays Free Decompiler (Stream) - YouTube
06:01
Source level and pseudo-code (decompiler) level debugging with ...
12:12
Hex Rays IDA Pro and Decompiler for binary code analysis - YouTube
Factsheet
Original author Ilfak Guilfanov
Developer Hex-Rays
Initial release May 21, 1991; 34 years ago (1991-05-21)
Original author Ilfak Guilfanov
Developer Hex-Rays
Initial release May 21, 1991; 34 years ago (1991-05-21)
Hex-rays
hex-rays.co.il βΊ hex-rays-decompiler
Hex-Rays Decompiler β Hex-Rays
The decompiler runs on MS Windows, Linux, and Mac OS X.
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
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 βΊ 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.
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.
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.co.il
Hex-Rays
Guilfanov is also known for having ... 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.
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.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; }