Skip to content

Experimental UI and Command queue based workflow

Artur K edited this page May 12, 2016 · 3 revisions

WIP

Explain the new design based on Commands and Command queues

Every decompiler operation should be encapsulated into a class deriving from Command

The process of decompilation is guided by AutomatedPlanner, which creates appropriate Command instances, and adds them to CommandQueue.

  1. New project
  • create the Project instance
  • Select the binary file
  • Select loader LoaderSelection - gather user input as needed
  • Apply the selected Loader - use user input from loader selection

Clone this wiki locally