Log in

View Full Version : IDB 2 SIG for IDA Pro 4.3


darko
October 9th, 2002, 19:02
---------------------------------
IDB to SIG
version: 0.03 beta 07.10.2002 18:14
---------------------------------

This is an update of Quine's "IDB to SIG" plugin.

1. Source code changed to match with IDA SDK 4.3
2. MS VC++ 6.0 project

New in 0.03:
- current functions are now appended to PAT file
- bug fix

0.02
- first release

Installation:
=============

DEFAULT idb2sig.plw IN THIS PACKAGE IS FOR IDA 4.3!
If you want to use it with some other version of IDA you have to recompile it.

a) Copy idb2sig.plw into IDA's plugin directory.
b) Add next line to plugins.cfg:

idb2sig_for_current_function idb2sig Alt-2 2

Use:
=====

1. Position at some function in IDA-Wiew
2. Press Alt-2
3. Enter file name
4. Process resulting pat file with sigmake

darko
October 13th, 2002, 09:41
In the attachment....

Anticode
October 17th, 2002, 14:50
could you be kind and provide binaries for 4.15 and 4.17?

darko
October 17th, 2002, 15:36
I do not have IDA SDK for 4.15 and 4.17. If you have them, just set SDK include directory and IDA library and recompile the plugins. It is a 5 min of work.

darko

Anticode
October 17th, 2002, 17:04
Yes, I know its no problem - If you have the SDK...
i thought since you have the 4.3 SDK you probably have 4.15 an 4.17 also
Maybe someone else here have the SDK and can build it?

darko
December 21st, 2002, 23:31
---------------------------------
IDB to SIG
version: 0.04 beta 21.12.2002 23:10
---------------------------------

New in 0.04:
- bug fix for reference bad address
- last entered PAT file name saved as default for file dialog

darko
December 24th, 2002, 10:05
I have no feedback from users on this plugin.
Any sugestion or a feature request?

darko

[yAtEs]
January 10th, 2003, 15:37
this contains a UI too, heres the latest, havent looked
at the one above yet, i will do so later

http://www.reverse-engineering.info/idb_2_pat.zip


// IDB to PAT v1.0
// Plugin module for IDA Pro v4.30/IDASDK430
//
//
// * LICENSE/: Freeware / Public domain :-)

* The CCITT CRC 16 code written by Ilfak Guilfanov
* Portions were originally written by Quine