-
Notifications
You must be signed in to change notification settings - Fork 6
Decompiler Roadmap
Jonathan Becker edited this page May 28, 2022
·
1 revision
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 |
|
Fix: Payable Detection | Fix the payable detection for functions. | @Jon-Becker | Complete |
|
Fix: Empty Functions | Functions that don't SLOAD, SSTORE, RETURN, REVERT, or INVALID will not show any decompiled logic. | @Jon-Becker | In Progress |
|
Improvement: Documentation | Add documentation to the entire thing | @Jon-Becker | Complete |
|
Fix: Postprocessing Issues | Make sure postprocessing values are properly processed for better decompilation results | @Jon-Becker | In Queue |
|
Improvement: Rename Consts | Constant functions and variable getters will be renamed for readability when unresolved by 4byte.directory | @Jon-Becker | Complete |
|
Feature: Loops | Support for loops | @Jon-Becker | In Queue |
|
Improvement: External Calls | External call improvement to shos params & target address value / source | @Jon-Becker | Complete |
|