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
- pandas
- Cloud
- tcache
- wireshark
- VS Code 오류
- nmcli
- AWS Cloud
- 풀이
- Python
- 빅데이터분석기사 실기
- Linux
- 클라우드
- 빅분기 실기
- [EduAtoZ]
- 인프런
- dreamhack
- centos7
- FSB
- AWS
- 워게임
- ubuntu
- pwnable
- Dreamhack.io
- 보안뉴스
- error
- 빅데이터 분석기사
- 빅데이터 분석기사 실기
- mariadb
- ios frida
- 빅데이터분석기사
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 |