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 |
Tags
- idb2pat
- TensorFlow
- commandline
- idapython
- NumPy Unicode Error
- mock.patch
- Ransomware
- MySQL
- data distribution
- ida pro
- Python
- pytest
- debugging
- 포인터 매핑
- x64
- why error
- javascript
- Injection
- error fix
- malware
- idapro
- ecma
- hex-rays
- error
- open office xml
- Rat
- Analysis
- ida
- svn update
- h5py.File
Archives
- Today
- Total
13 Security Lab
쉘스크립트 if문 본문
if [ conditons ]
then
조건만족시 실행하고자 하는 문장
elif [ conditons ]
then
두번째 조건 만족시 실행 문장
else
조건 불만족시 실행하고자 하는 문장
fi
Comments