Hallo Hobbycoder,
ich habe es noch nicht getestet aber Beschreibung besagt das diese Version mit Delphi\64bit kompatibel ist.
DelphiEncryptionCompendium
Zitat:
The following environments have been tested:
Delphi XE2
Win32
Delphi 10.2
Win32 & Win64
FPC 2.6.4 Linux x86_64
FPC 3.1.1 Linux ARM
FPC 3.1.1
Win32
Delphi-Quellcode:
function CRCSetup(
var CRCDef: TCRCDef; Polynomial, Bits, InitVector,
FinalVector: Cardinal; Inverse: LongBool): Boolean;
{$IFDEF UseASM86}register;
{$ENDIF}
{$IFDEF UseASM86}
asm // initialize CRCDef according to the parameters, calculate the lookup table
CMP ECX,8
JB @@8
PUSH EBX
PUSH EDI
PUSH ESI
MOV [EAX].TCRCDef.Polynomial,EDX
So fängt besagte Stelle da an.