Any questions? Ask us: support@enigmaprotector.com

Help

Manual
Additional
Manual

EP_CryptDecryptBufferEx

EP_CryptDecryptBufferEx decrypts a buffer with the defined key.

Parameters

  • InBuffer - a pointer to the input memory buffer for decrypting.
  • OutBuffer - a pointer to the output memory buffer for decrypting.
  • Size - the size of the memory buffer.
  • Key - a pointer to the buffer that will be used as a key for decryption.
  • KeySize - the size of the key memory buffer.

Return Value

The function does not return value.

Definition

Show/Hide C++ function definition

extern "C" __declspec( dllimport ) __stdcall void EP_CryptDecryptBufferEx( byte* InBuffer, byte* OutBuffer, int Size, byte* Key, int KeySize);

Show/Hide Delphi function definition

Show/Hide C# (.NET) function definition

See function examples in the installation folder, Examples\CryptBuffer subfolder.