Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.X primary TODO list. #792

Open
10 of 46 tasks
Col-E opened this issue May 19, 2024 · 0 comments
Open
10 of 46 tasks

4.X primary TODO list. #792

Col-E opened this issue May 19, 2024 · 0 comments
Labels

Comments

@Col-E
Copy link
Owner

Col-E commented May 19, 2024

  • Welcome
  • In-application help
  • External help
    • Write user documentation for 4.X
    • Write developer documentation for 4.X
  • Menu Bar
    • Plugins menu
  • Workspace explorer
  • Class views
    • Hex view
    • Low level view
    • Kotlin metadata side-tab
  • Decompilers
    • Fallback (port from 3x)
  • File views
    • PDF
    • HTML
    • Markdown
  • Change/history viewer
    • Change viewer UI between original state and modified state
      • Class support
      • File support
    • Support exporting as .repatch file format so Recaf can apply the patch again later
  • Search
    • Additional filters (package white/black lists)
    • Fuzzy text search mode
  • Plugins
    • Plugin manager UI
    • Link to plugin development guide to make it easy to start
  • Config
    • Font size sliders
      • This is sadly a bit tricky with our theme setup. There are a lot of small edge cases in the theme that rely on exact sizes. I found that a more reasonable solution was to just implement a generic window scaling. It'll apply when restarting Recaf.
    • Organize into sane ordering (vs alphabetic of key names)
  • Context menus
    • Organize into sane ordering
    • Creation of new content
      • Files
      • Classes
  • Assembler
    • Tab completion for opcodes
    • Tab completion for type refs
    • Tab completion for field/method refs
  • Android support (Replace our dependency on Google's R8 with our own implementation that better adapts to our model in Recaf)
    • Finish dex library android IO
    • Add dex2jar support to dex library
    • Add jar2dex support to dex library
  • Call graph UI
    • Port 3X UI to 4X
    • Add UI to method context menus
  • Mapping
    • Correlation mapping: See fabric's matcher for details
      • The backing structure similarity logic can be useful in other places too
  • Improved instrumnentation
    • Fetch META-INF/MANIFEST.MF for application info
    • Option to copy remote java.class.path paths to a local workspace without attaching (If all paths are found)
    • Option to run arbitrary payloads (Pass over a Runnable instance and invoke it in a safe manner, reporting back results)
  • Simulation
    • Rewrite a smaller version of SSVM and integrate it to support:
      • Simulate (for yielding a result)
      • Optimize (for using the simulation to optimize code patterns)
@Col-E Col-E added the 4.X label May 19, 2024
@Col-E Col-E pinned this issue May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant