2026-05-31 09:49
+-----------------------------------------------------------------------------------------------------+
| 2. SALT GENERATION |
+-----------------------------------------------------------------------------------------------------+
+-----------------------+
| FUN_1400271d0 | <= Main salt generation function
| (Address: 1400271d0) |
+--------+--------------+
| attempts
V
+-----------------------+ +----------------------+
| CryptAcquireContextW | <= Windows CryptoAPI | FUN_140027de8 | <= Fallback (if no CryptoAPI)
| CryptGenRandom | (priority) | (Address: 140027de8) | uses:
| CryptReleaseContext | +-------+--------------+ | - GetTickCount()
+-----------------------+ | | - QueryPerformanceCounter()
V | - global counter
+------------------------------+ |
| FUN_14008d780 (GetTickCount) | |
| FUN_14006ea28 (QPC) | |
+------------------------------+ |
| |
V |
+---------------------------------------------+
|
V
+-------------------+
| Salt (16 bytes) |
+-------------------+