Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant