Shipping programming language specific extensions to a CPU in a Ghidra Extension #7978
-
Some Objective-C functions have a weird calling convention where My question is: [^1] After dogfooding this enough I'll probably upstream it, but for now I want to see how much this helps in practice, and I want to understand the general mechanism |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You should be able to put it in the |
Beta Was this translation helpful? Give feedback.
You should be able to put it in the
data/
directory of your module, and then access it like Rust does:ghidra/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/analysis/rust/RustUtilities.java
Lines 98 to 126 in 4192e94