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

[RzArch] Progress tracker #4334

Open
4 of 72 tasks
Rot127 opened this issue Mar 5, 2024 · 0 comments
Open
4 of 72 tasks

[RzArch] Progress tracker #4334

Rot127 opened this issue Mar 5, 2024 · 0 comments

Comments

@Rot127
Copy link
Member

Rot127 commented Mar 5, 2024

Tracking issue for RzArch

Refactor old plugin

Extensions and new RzArch plugin

  • Add new RzArch plugin (see: RzArch #2557)
  • Add compatibility functions (since we need to support asm/analysis/arch for a while all at once):
    • Wrap old RzAnalysis and RzAsm API functions into some new functions. They should check if the plugin is a RzArch plugin and call the new API if yes.
    • If RzArch returns different objects/data/values whatever, translate them for core
  • Refactor each archs asm and analysis plugin into the new RzArch plugin
    • 6502
    • 8051
    • amd29k
    • arc
    • arm
    • avr
    • cil
    • cr16
    • cris
    • dalvik
    • dcpu16
    • ebc
    • gb
    • h8300
    • hexagon
    • hppa
    • i4004
    • i8080
    • include
    • java
    • lanai
    • lh5801
    • lm32
    • luac
    • mcore
    • mcs96
    • mips
    • msp430
    • nios
    • or1k
    • pic
    • ppc
    • propeller
    • pyc
    • riscv
    • rl78
    • rsp
    • rx
    • sh
    • snes
    • sparc
    • spc700
    • tms320
    • tricore
    • v810
    • v850
    • vax
    • wasm
    • xap
    • xtensa
    • z80
  • Refactor external plugins
    • rz-ghidra
    • jsdec
    • rizin-extras
    • Cutter
  • Move certain APIs to own plugins:
  • Remove compatibility code and make core use only the new RzArch API.
  • Update code documentation and book
  • Others
    • Address
      // This function is a lot of unnecessary overhead so:
      // TODO The assignment of IL instructions to their actual instructions should be done in the instruction template.
      // But with the current separation between Asm and Analysis plugins this is not possible.
      // Because Asm is not allowed to depend on Analysis and the RZIL code.
      // This should be fixed ASAP after RzArch has been introduced.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants