Tsearch/Easywrite Question - Unknown Identifier

03/28/2007 00:06 noctorum#1
While trying to put the following into Tsearch's easywrite plugin;

Code:
LEA EAX,DWORD PTR SS:[EBP-C]
I recieve a unknown identifier error. I am assuming that this is due to the EBP-C portion. Is there a workaround for this?
03/28/2007 08:46 neji#2
maybe it's simply 0xC ?
03/28/2007 14:41 noctorum#3
Quote:
Originally posted by neji@Mar 28 2007, 08:46
maybe it's simply 0xC ?
Wow, I fail. Thanks.