Reconstruction of des.exe/undes.exe

This commit is contained in:
2026-09-09 23:28:46 +02:00
parent b90136f137
commit 5aa37bf374
64 changed files with 13344 additions and 2 deletions
+23
View File
@@ -0,0 +1,23 @@
; Definition file for Crypt DLL
LIBRARY CRYPTNT
DESCRIPTION 'Encryption DLL'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 8192
EXPORTS initLibrary
endLibrary
queryModeAvailability
queryAlgoAvailability
queryAlgoModeInformation
queryContextInformation
initCryptContext
initCryptContextEx
destroyCryptContext
loadCryptContext
loadIV
retrieveIV
encryptBuffer
decryptBuffer
IMPORTS