A200K / IDA-Pro-SigMaker

Signature maker plugin for IDA 8.x and 9.x
Other
328 stars 62 forks source link

Error #8

Closed RoccoZero closed 4 months ago

RoccoZero commented 4 months ago

this is an error if the pattern is too long image

A200K commented 4 months ago

Would you mind posting the signature you tried? I'm curious how long your signature must be to cause this error lol. This should be easily fixable though

A200K commented 4 months ago

Can you try this and confirm the problem is solved? I increased the regex stack size a bit

1.0.3.zip

RoccoZero commented 4 months ago

Can you try this and confirm the problem is solved? I increased the regex stack size a bit

1.0.3.zip

yes fixed

RoccoZero commented 4 months ago

We could improve this window a little so that it displays more. thanks in advance

image
A200K commented 4 months ago

We could improve this window a little so that it displays more. thanks in advance

I use the IDA API function "ask_str" to create a window for string input, I don't have any control over the window behaviour: https://hex-rays.com/products/ida/support/idadoc/288.shtml

Implementing a whole custom window handler just for that is a bit overkill in my opinion. I'll see if there would be any other benefits of doing so.

Thanks for your feedback!