wrigjl / binaryninja-m68k

Motorola 68k architecture support for binary ninja
MIT License
11 stars 7 forks source link

Add Sega Mega Drive vectors table #8

Open lab313ru opened 3 years ago

lab313ru commented 3 years ago

It contains 64 dwords. First dword is SP value.

wrigjl commented 3 years ago

What do I need to change?

lab313ru commented 3 years ago

Here: https://github.com/lab313ru/smd_ida_tools/blob/055b8634774dbb0630b6a3da5ce5ce34146b1175/smd_loader7/smd_loader7.h#L28 you can find names for SegaMD vectors. Could you add it to the available vector tables selection dialog?

wrigjl commented 3 years ago

If you send a pull request, I can.