You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developing an automatic generator of processor files for Ghidra will make the process of modifying processor files less error-prone (vs. keeping not-reusable messy patching scripts). And it can make the work of porting other architectures easier.
An idea is to reuse the TableGen of LLVM CHERI repository and refactor the emitter backends to generate Ghidra processor .inc files, similar to llvm-capstone (https://github.com/capstone-engine/llvm-capstone).
The text was updated successfully, but these errors were encountered:
Developing an automatic generator of processor files for Ghidra will make the process of modifying processor files less error-prone (vs. keeping not-reusable messy patching scripts). And it can make the work of porting other architectures easier.
An idea is to reuse the TableGen of LLVM CHERI repository and refactor the emitter backends to generate Ghidra processor .inc files, similar to llvm-capstone (https://github.com/capstone-engine/llvm-capstone).
The text was updated successfully, but these errors were encountered: