ohjeongwook / DarunGrim

A patch analysis tool
http://darungrim.org
Other
359 stars 70 forks source link

Temporary IDC file extension issue with IDA 5.7 #5

Closed ohjeongwook closed 14 years ago

ohjeongwook commented 14 years ago

From blake:

I got the error "Dar16.tmp: unknown file extention", I assume this is an error because recent versions of IDA now support Python and IDC scripting. Therefore, you should change the temporary filename to "Dar16.idc" instead! I tested this with the command (and it seems to work now): idag -A -Sc:\dar16.idc c:\iepeers.dll

ohjeongwook commented 14 years ago

This commit(http://github.com/ohjeongwook/DarunGrim/commit/05c56d15a40811c59f5e894b3b2eba0e3b2c05d3) should be fixing it.