• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Reverse Engineering Reko v0.11.1 - a binary decompiler

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,623
Solutions
2
Reputation
32
Reaction score
100,455
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
mem-map-full.png


Reko (Swedish: “decent, obliging”) is a C# project containing a decompiler for machine code binaries. This project is freely available under the GNU General Public License.

Changelog v0.11.1

    This maintenance release provides minor enhancements and bugfixes, including:

        More ARM32 rewriters.
        More uses of generic IntrinsicProcedures.
        Replace recursive SccFinder with an non-recursive implementation.
        Initial support for Terse Executable format.
        Don’t try tracing into nonexecutable code.
        Ctrl+0 resets the zoom level of the Graph Viewer
        Many more PowerPC instructions supported
        C parser issues reported by @smx-smx
        Make SSA analysis use bit-accurate analysis for stack variables.
        Multithreaded robustness.


    It also has some refactorings and new classes, setting the stage for a future refactoring of the Scanner:

        New RtlSwitch subclass of RtlInstruction
        Support for platform-specific patterns for procedure entries.


To see this hidden content, you must like this content.
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top