nihilus / axis-cris-idp

IDA Pro CPU plugin for the AXIS CRIS architecture
MIT License
6 stars 1 forks source link

Build instructions #1

Open huntergregal opened 4 years ago

huntergregal commented 4 years ago

How do you build this?

Off that bat I get errors for ../cgen/guile.scm.

I also have no experience with guile so maybe im doing something wrong?

huntergregal commented 4 years ago

okay so skipping generate.sh..

I put this rep ins the plugins directory of the ida 7.2 sdk as that seems to be where it expects to run from?

but now im hitting an error on ../../bin/cris.so

nihilus commented 4 years ago

Well, it is WIP and it's not actually working.

huntergregal commented 4 years ago

oh.. i did not know that.

My apologies. Yea I got to the point where I realized cgen was a requirement and put that in the plugins dir as well - but generate.sh was hitting definition errors in guile.scm..

It's a shame this will be quite a useful plugin if / when complete. Good luck !

I wonder if it would be easier to make a ghidra plugin instead? since it looks like when you started this ghidra was not yet open source.