64bit bin file support issue
Hi,
Again, we are appreciate your plugin file. It is very powerful and useful.
However, we want to use 64bit version for our research.
I know you are busy in the other project currently.
Can you give some tips for us to modify this plugin to 64 bit by ourselves? (e.g : Offset setting)
Thanks
Michael
Hi,
Well, first of all I would try to run IDAMetrics in 64 bit IDA for 64 bit application and see whether we have some errors or not. Then, when we fix those errors, there is a list at line 117 (IDAMetrics_static). We need to extend this list with 64 bit registers (rax, rbx and etc.). There are a lot of other places where the code is 32 bit dependent but let's try with that and see how the tool will work.