Re: Help reverse engineering

2005-11-26 Thread Juan Lang
--- Marcus Meissner <[EMAIL PROTECTED]> wrote: > I_CryptFindLruEntryData,I_CryptFlushLruCache,I_CryptFreeLruCache are > stdcall with 3 arguments. Wine has them with 1 argument, so you have to > change that. Wow--well done, Marcus, thanks. --Juan

Re: Help reverse engineering

2005-11-24 Thread Marcus Meissner
On Thu, Nov 24, 2005 at 01:14:41PM -0800, Juan Lang wrote: > Hi folks, I'm trying to figure out what I_CryptCreateLruCache and friends > do by calling them on Windows. The trouble is, I keep getting a runtime > warning that %esp is not saved across a call to I_CryptFlushLruCache. > I've tried the

Help reverse engineering

2005-11-24 Thread Juan Lang
Hi folks, I'm trying to figure out what I_CryptCreateLruCache and friends do by calling them on Windows. The trouble is, I keep getting a runtime warning that %esp is not saved across a call to I_CryptFlushLruCache. I've tried the obvious thing (trying both __stdcall and __cdecl calling conventio