You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
[1st] Error: Data for "prototype" exceeds the maximum length (256)
Prototype was for example
int __fastcall kull_m_dpapi_unprotect_raw_or_blob(const void *pDataIn, unsigned int dwDataInLen, wchar_t **ppszDataDescr, const void *pOptionalEntropy, unsigned int dwOptionalEntropyLen, _CRYPTPROTECT_PROMPTSTRUCT *pPromptStruct, unsigned int dwFlags, void **pDataOut, unsigned int *dwDataOutLen, const void *pMasterKey, unsigned int dwMasterKeyLen, const wchar_t *pPassword);
>>> line="const void *pDataIn, unsigned int dwDataInLen, wchar_t **ppszDataDescr, const void *pOptionalEntropy, unsigned int dwOptionalEntropyLen, _CRYPTPROTECT_PROMPTSTRUCT *pPromptStruct, unsigned int dwFlags, void **pDataOut, unsigned int *dwDataOutLen, const void *pMasterKey, unsigned int dwMasterKeyLen, const wchar_t *pPassword"
>>> len(line)
324
>>>
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[1st] Error: Data for "prototype" exceeds the maximum length (256)
Prototype was for example
int __fastcall kull_m_dpapi_unprotect_raw_or_blob(const void *pDataIn, unsigned int dwDataInLen, wchar_t **ppszDataDescr, const void *pOptionalEntropy, unsigned int dwOptionalEntropyLen, _CRYPTPROTECT_PROMPTSTRUCT *pPromptStruct, unsigned int dwFlags, void **pDataOut, unsigned int *dwDataOutLen, const void *pMasterKey, unsigned int dwMasterKeyLen, const wchar_t *pPassword);
The text was updated successfully, but these errors were encountered: