Questions tagged [idapro-sdk]

Software development kit of the IDAPro software suite, allow to develop processor modules, loaders and various extensions.

75 questions
1
vote
1 answer

IDA Pro SDK APIs inf.is_64bit() and inf.is_32bit() are not working as expected!

As per this already answered question How to get the CPU architecture via Idapython?, for reasons I'm unable to figure out, both inf.is_64bit() and inf.is_32bit() are not working for me. I'm using IDA C++ SDK v7.1. Even if the executable in the…
Pocanatos
  • 21
  • 3