IDAmetrics icon indicating copy to clipboard operation
IDAmetrics copied to clipboard

64bit bin file support issue

Open michaelii opened this issue 8 years ago • 1 comments

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

michaelii avatar Aug 23 '17 13:08 michaelii

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.

mxmssh avatar Aug 23 '17 17:08 mxmssh