Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pd0wm
on Jan 3, 2022
|
parent
|
context
|
favorite
| on:
Hacking a VW Golf Power Steering ECU
Ghidra uses an intermediate language called p-code. When defining the CPU opcodes (and how to parse them), you also write a small snippet of p-code that represent that instruction. This makes the decompiler architecture agnostic.
Example:
https://github.com/NationalSecurityAgency/ghidra/blob/master...
markus_zhang
on Jan 3, 2022
[–]
Thanks, I see. So it means anyone can add any architecture to Ghidra.
Consider applying for YC's Summer 2025 batch! Applications are open till May 13
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Example: https://github.com/NationalSecurityAgency/ghidra/blob/master...