I got the following error while trying to build the tool (Debug mode, x64):
'std::shared_ptr<Buffer> decrypt_fek(RSA ,std::shared_ptr<Buffer>)': cannot convert argument 1 from 'const rsa_st ' to 'RSA *'
from ntfstool\Sources\Commands\command_efs.decrypt.cpp, line 172.
Environment: Windows 10, Visual Studio 2022 Community.
I got the following error while trying to build the tool (Debug mode, x64): 'std::shared_ptr<Buffer> decrypt_fek(RSA ,std::shared_ptr<Buffer>)': cannot convert argument 1 from 'const rsa_st ' to 'RSA *'
from ntfstool\Sources\Commands\command_efs.decrypt.cpp, line 172. Environment: Windows 10, Visual Studio 2022 Community.