PDA

View Full Version : sig maker for ida



P47R!CK
12-24-2009, 05:21 AM
I based this off bobbysing's implementation of sigmaker for ida, so all the credit goes to him. It still needs some work but everything I tested seems to work so far. I also owe some thanks to xero|hawk for his input.

have fun

zhap
12-24-2009, 05:35 AM
LoadLibrary(C:\Program Files\IDA\plugins\MakeSig_IDA.plw) => error code 127
C:\Program Files\IDA\plugins\MakeSig_IDA.plw: can't load file

also;

"The procedure entry point decode_insn could not be located in the dynamic link library IDA.WLL."

P47R!CK
12-24-2009, 05:43 AM
yeah this was compiled for IDA 5.5

Revion
12-24-2009, 05:50 AM
How i can made warrock signatures with this?

zhap
12-24-2009, 06:46 AM
well, thanks a lot, I always prefered IDA over olly, so this will come in handy... getting IDA 5.5

th0br0
12-24-2009, 06:52 AM
cheers, saves me some work with notepad then.

zhap
12-24-2009, 07:02 AM
alright, tested in 5.5, works great... was doing this manually always, thanks

P47R!CK
12-24-2009, 07:09 AM
alright, tested in 5.5, works great... was doing this manually always, thanks

I am glad you like it :)

Xero|Hawk
12-24-2009, 07:52 AM
Pato Industries.
Enhancing your game hacking experience since 1999.
:P

ntKid
12-24-2009, 10:02 AM
Thx P47R!CK, always very usefull stuff, the best christmas gift so far...


Pato Industries.
Enhancing your game hacking experience since 1999.
:P
totally true, we owe you alot man.

syntroniks
12-24-2009, 10:15 AM
I'd rather use this over your olly one. I haven't even used it yet and I'm sure it is the best there can be. Thanks!

And bobbysing too, he is a nice guy

P47R!CK
12-24-2009, 10:31 AM
I'd rather use this over your olly one. I haven't even used it yet and I'm sure it is the best there can be. Thanks!

Thanks but it's actually not that good. I just made this tool because I needed it.




And bobbysing too, he is a nice guy

yes, that he is.

loopnz
12-24-2009, 10:58 AM
thank you for this, much appreciated

wav
12-24-2009, 12:49 PM
The guy above me is responsible for opening Satan's stargate.

syntroniks
12-24-2009, 05:32 PM
Thanks but it's actually not that good. I just made this tool because I needed it.

Then: Fix all these bugs! :knocked:

anaMANIAC
12-24-2009, 07:06 PM
glbl.bShortJumps -> 0
glbl.bIncludeData -> 1
glbl.bMemReferences -> 1
glbl.bAdditonalInfo -> 1
glbl.bPreferedSigLength -> 0
glbl.bIncludeUnsafeData -> 0
glbl.bSaveToFile -> 0
glbl.bSavetoCB -> 1
sig maker settings were successfully loaded
couldn't grab selection


I keep getting this, what are the arguments that it is creating the sig from.

P47R!CK
12-24-2009, 09:20 PM
glbl.bShortJumps -> 0
glbl.bIncludeData -> 1
glbl.bMemReferences -> 1
glbl.bAdditonalInfo -> 1
glbl.bPreferedSigLength -> 0
glbl.bIncludeUnsafeData -> 0
glbl.bSaveToFile -> 0
glbl.bSavetoCB -> 1
sig maker settings were successfully loaded
couldn't grab selection


I keep getting this, what are the arguments that it is creating the sig from.

did you select some opcodes to create a sig from?

3081

master_beta
12-25-2009, 02:41 PM
Is the SDK for IDA 5.5 publicly available?

P47R!CK
12-25-2009, 02:45 PM
Is the SDK for IDA 5.5 publicly available?

I don't think so.

learn_more
12-25-2009, 06:18 PM
Is the SDK for IDA 5.5 publicly available?

not everything can be pirated...

Chazwazza
12-25-2009, 08:21 PM
not everything can be pirated...

Actually, everything CAN, just not everything IS. :p

gtype
12-25-2009, 08:38 PM
since the cracked 5.5 has (finally) been out for a little while i guess the sdk aint gonna take too long either

c0re
01-05-2010, 05:17 AM
I been using this for like a week now and forgot to tell how much I love you P47R!CK. Hopefully you will continue to work on this.

P47R!CK
01-05-2010, 10:14 AM
I been using this for like a week now and forgot to tell how much I love you P47R!CK. Hopefully you will continue to work on this.

I am very glad to hear that, thanks mate :)

silverfish
01-05-2010, 10:02 PM
Test signature is my favorite!

K@N@VEL
01-05-2010, 10:44 PM
Another great plugin thanks alot bro.

console
01-24-2010, 07:40 AM
How i can made warrock signatures with this?

The author of the text within this quote has recently been selling an address logger for warrock, he said he uses a pro method in ida to get them. I thought he was a bit of an idiot at the time of talking, now looking at this thread I want to slap him with a wet fish.

Thanks for the plugin.

pr0n4pyr0
02-03-2010, 01:47 PM
Thanks alot, very handy. Wish I would've found it earlier.

ReymonARG
04-29-2010, 02:07 PM
Thanks, I will test. This is perfect for person that use IDA!! :D

mikeem
09-03-2010, 11:05 AM
hello, when i use this "Test Sig" to find pattern matches, the resulting addresses are 1000h too low. for example my pattern can be found at 0x54d708 but TestSig reports it has found a match at 0x54C708.

:(


See you

P47R!CK
09-06-2010, 03:23 PM
hello, when i use this "Test Sig" to find pattern matches, the resulting addresses are 1000h too low. for example my pattern can be found at 0x54d708 but TestSig reports it has found a match at 0x54C708.

:(
See you

yes the plugin was created when the module.base was code base for whatever reason.
here is how you can fix it, change:
msg( "sig found at 0x%x\n", i - dwBufferBase + dwBase - 0x1000 );
to:
msg( "sig found at 0x%x\n", i - dwBufferBase + dwBase );
and recompile for profit.

mikeem
09-07-2010, 07:44 AM
ah, i did not realize that sourcecode was included and the plugin compiles perfectly. thank you!

josue18
09-19-2010, 04:11 AM
I wonder if somone could make it to work with the free version of IDA, which I'm using at this moment.
Thanks for this tool.

K@N@VEL
09-19-2010, 05:47 AM
I also noticed with this plugin under the TEXT style output when it makes the pattern it makes it like so:

"?? EB ?? ??

But when searching in ida the '??' will fuck your search up as ida uses single question marks for its wildcards like '? EB ? ?'