Users browsing this thread: 2 Guest(s)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auth Packets -> stopping randomizing!
07-03-2009, 08:09 PM,
#8
RE: Auth Packets -> stopping randomizing!
the only crypt32.dll functions being called (and they arent called during auth) are
I_CryptCreateLruCache
I_CryptInstallAsn1Module
I_CryptFlushLruCache
Which aren't supposed to be called by applications, their workings are undocumented...
so i guess they are being called by some other higher up dll, like advapi32.dll

and its obvious what its using advapi32.dll for...just generating random numbers...
CryptAcquireContextA
CryptGenRandom
CryptReleaseContext

CryptGenRandom is used both during auth and during margin login
Reply


Messages In This Thread
Auth Packets -> stopping randomizing! - by Neo - 06-30-2009, 06:37 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 06-30-2009, 11:31 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-01-2009, 12:45 AM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-01-2009, 08:45 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 06:58 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 08:09 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 09:25 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 11:11 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 11:32 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 12:57 AM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 01:05 AM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 10:00 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 11:54 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-05-2009, 06:43 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-06-2009, 11:19 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-07-2009, 12:37 AM

Forum Jump: