I have a mipsel executable (DvdPlayer from a RTD1283 firmware). I know that IDA is able to identify many functions. Then, I would like to generate a .sig
file with signatures of these functions for use with other executable DVDPlayer (from other firmwares).
Would it be possible to convert the executable in a library ?
I have DVDPlayer executables in both formats, static and dynamically linked. The idea was to generate a .sig file with the dynamically linked version of DvdPlayer and use it to identify the same functions in the static DvdPlayer.
– usr100001 Mar 06 '14 at 10:39