Open lab313ru opened 7 years ago
It has support for M68K too. http://xi6.com/projects/asmx/
you are very much welcome to send a pull req to add M68K support to Keystone!
Hehe, I'm a bit interested about it too, it looks like Unicorn supports it,(due to Qemu?), and there is some unofficial port for LLVM.
Is there any official documentation or some hints about adding new architectures?
No docs, but i can say that adding a new architecture includes good amount of work.
I would make PPC a priority, if i have time to add a new architecture.
Hmm i am confused: are you talking about adding a new arch to Unicorn (wrong place here)?
What do you think? Merging this repo would help or not?
yes definitely. to start, you can look at file https://github.com/keystone-engine/keystone/blob/master/llvm/keystone/ks.cpp to see how to add a new architecture.
ok great.
It would be great to support it (as in the Next branch of Capstone).