Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Long prototype cause plugin to not upload function #16

Open
talosmrt opened this issue Feb 7, 2018 · 0 comments
Open

Long prototype cause plugin to not upload function #16

talosmrt opened this issue Feb 7, 2018 · 0 comments

Comments

@talosmrt
Copy link

talosmrt commented Feb 7, 2018

[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
>>>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant