728x90
샘플소스
https://github.com/microsoft/Windows-classic-samples/tree/master/Samples/CredentialProvider
1. 함수검색
HRESULT CSampleCredential::SetSelected(_Out_ BOOL *pbAutoLogon)
2. FALSE를 TRUE로 변경
*pbAutoLogon = TRUE;
3. 함수 찾아서 패스워드 하드코딩
hr = ProtectIfNecessaryAndCopyPassword("1234", _cpus, &pwzProtectedPassword);
좀더 자세한 내용
728x90
반응형
'개발 > windows' 카테고리의 다른 글
gsjava MD5 파일 해쉬 (0) | 2019.12.26 |
---|---|
gsjava C# sqlite 연동 (0) | 2019.12.23 |
gsjava 윈도우 네트워크 우선순위 설정(metric) (0) | 2019.10.29 |
gsjava windows 서비스 수동 제거 (0) | 2019.10.21 |
gsjava 파티션 볼륨확장이 비활성화 되어있다면 (0) | 2019.10.02 |