Displaying 1 result from an estimated 1 matches for "filesign".
Did you mean:
filein
2001 Nov 21
1
advapi32.dll
Hello,
Have solved all my problems with WINE, but one, which seems harder ;-)
I have to run a little proggie "filesign.exe", and the lil bastartd
relies heavily on advapi32.dll crypto stuff, (CryptAcquireContextA(), for example).
From what I read on the code (dlls/advapi32/crypt.c), most of this functions
are stubs, so no luck (it crashes all over with the return FALSEs)
So, I tried it with the "native...