Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- malware
- Rat
- commandline
- ida pro
- debugging
- idapython
- TensorFlow
- error
- javascript
- pytest
- MySQL
- mock.patch
- Injection
- Analysis
- error fix
- idb2pat
- ida
- ecma
- hex-rays
- why error
- svn update
- x64
- Ransomware
- 포인터 매핑
- idapro
- data distribution
- Python
- NumPy Unicode Error
- open office xml
- h5py.File
Archives
- Today
- Total
13 Security Lab
Windows System32 내부 파일 접근 시 권한 설정 본문
권한 설정 해줄 파일에 대해 쉘에서 아래 명령어를 통해 권한 획득 후 진행
takeown /f "path” && icacls "path” /grant administrators:F
Comments