Releases: EgorKin/Stm8Ida
This release add Ida 7.x support
For Ida Pro 6.x copy files:
st8.cfg to IDA 6.x\cfg
st8.w32 to IDA 6.x\procs\
For Ida Pro 7.x copy files:
st8.cfg to IDA 7.x\cfg
st8.dll and st864.dll to IDA 7.x\procs\
This release add STM8 support for IDA Pro 9.1
For Ida Pro 6.x copy files from IDA 6.x STM8 support.zip:
st8.cfg to IDA 6.x\cfg
st8.w32 to IDA 6.x\procs\
For Ida Pro 7.x copy files from IDA 7.x STM8 support.zip:
st8.cfg to IDA 7.x\cfg
st8.dll and st864.dll to IDA 7.x\procs\
For Ida Pro 9.1 copy files from IDA 9.1 STM8 support.zip:
stm8.cfg to IDA 9.1\cfg
stm8.dll to IDA 9.1\procs\
IDA 9.2 support
This release add STM8 support for IDA Pro 9.2
It is also solve long time misunderstanding in st8 or stm8 naming. Since start of my repository project I made a "st8" naming for IDB header because other procs from ST (STMicroelectronics) in IDA SDK have names like "st(digit)".
But other people in own forks uses "stm8" naming. And it may cause to error while load IDB from some others proc support plugin build. So I made both names handling to load in IDA any variant properly.
You may set preferable variant in Options->Analysis->Target Processor and resave your project to switch between it or leave it as is - anyway it will be load properly now.