Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- tcache
- 빅데이터 분석기사 실기
- AWS
- pwnable
- 빅데이터 분석기사
- 빅데이터분석기사
- nmcli
- pandas
- Cloud
- ubuntu
- [EduAtoZ]
- dreamhack
- Dreamhack.io
- AWS Cloud
- error
- 인프런
- 풀이
- ios frida
- 보안뉴스
- 워게임
- 클라우드
- Python
- mariadb
- 빅데이터분석기사 실기
- Linux
- VS Code 오류
- FSB
- 빅분기 실기
- centos7
- wireshark
Archives
- Today
- Total
0netw0m1ra
[Error] themida 에러 해결 본문
[문제]
1. 현재 PC에는 AVAST 백신 프로그램이 깔려있지 않음.
2. REGEDIT 에서 아래의 파일을 삭제해도 themida 에러가 발생함.
- HKEY_CLASSES_ROOT\ProcMon.Logfile.1
- HKEY_CURRENT_USER\Software\Sysinternals\Process Monitor
[시도1] => 실패
cmd 창을 관리자권한으로 실행하여
명령어 수행
> dism /online /cleanup-image /restorehealth
> sfc /scannow
> shutdown
[시도2] => 실패
> shutdown /r /f /t 0
> system32/drivers/PROCMON20.sys 제거
[시도3] => 실패
> 카카오톡 제거
> 재부팅
[해결]
WIZVERA 보안 프로그램 제거
재부팅
'나홀로 스터디' 카테고리의 다른 글
[iOS] LLDB 동적 디버깅 (0) | 2024.07.22 |
---|---|
[IDA] 구조체 생성 방법 (0) | 2024.07.11 |
[iOS] FRIDA 로 구조체 후킹하기 (0) | 2024.07.08 |
[iOS] FRIDA 로 Object의 length, bytes 후킹하기 (0) | 2024.06.28 |
[Error] iOS debugserver 시에 itunnel_mux 에러발생 (0) | 2024.06.27 |