Skip to content

Decompiler Roadmap

Jonathan Becker edited this page May 28, 2022 · 1 revision

Decompiler Roadmap

Roadmaps below are submitted by module collaborators which outline known issues and improvements, and an estimate to when they will be completed.

Task Description Assigned To Current Status Checklist
Feature: Logs Add a verbose log file for use in debugging. @Jon-Becker Complete
  • Complete
Fix: Payable Detection Fix the payable detection for functions. @Jon-Becker Complete
  • Complete
Fix: Empty Functions Functions that don't SLOAD, SSTORE, RETURN, REVERT, or INVALID will not show any decompiled logic. @Jon-Becker In Progress
  • Complete
Improvement: Documentation Add documentation to the entire thing @Jon-Becker Complete
  • Complete
Fix: Postprocessing Issues Make sure postprocessing values are properly processed for better decompilation results @Jon-Becker In Queue
  • Complete
Improvement: Rename Consts Constant functions and variable getters will be renamed for readability when unresolved by 4byte.directory @Jon-Becker Complete
  • Complete
Feature: Loops Support for loops @Jon-Becker In Queue
  • Complete
Improvement: External Calls External call improvement to shos params & target address value / source @Jon-Becker Complete
  • Complete
Clone this wiki locally