beardypig / ghidra-emotionengine

Ghidra Processor for the Play Station 2's Emotion Engine MIPS based CPU
Apache License 2.0
200 stars 34 forks source link

[Feature Request] Syscall support (or only arguments) #34

Open VelocityRa opened 4 years ago

VelocityRa commented 4 years ago
VelocityRa commented 4 years ago

Note: I'm aware there's already pattern matching for the syscalls, but

astrelsky commented 4 years ago

I think this should be possible by making the syscall instruction a call and then utilizing call fixup. I know there is a script in the ghidra repo to do this for linux syscalls.