We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WIP
Explain the new design based on Commands and Command queues
Every decompiler operation should be encapsulated into a class deriving from Command
Command
The process of decompilation is guided by AutomatedPlanner, which creates appropriate Command instances, and adds them to CommandQueue.
AutomatedPlanner
LoaderSelection