Adobe Reader. Password security block call replaced save function.
I have replaced save function
gcbAVAppSaveDialog = (void*) ASCallbackCreateReplacement(AVAppSaveDialogSEL, AdobePluginHelper::AdobeAppSaveDialog);
REPLACE(gAcroViewHFT, AVAppSaveDialogSEL, gcbAVAppSaveDialog);
And when i set password security (In adobe acrobat 2015 with last updates) then open this document in Adobe Reader DC standard Adobe dialog appears instead of replaced dialog.
I set breakpoint in my function and it not reachable (i mean Adobe for some reason omit my function and calls self implemented func)
