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
- h5py.File
- error fix
- mock.patch
- Injection
- idapython
- open office xml
- idb2pat
- Rat
- debugging
- x64
- ecma
- pytest
- Ransomware
- why error
- MySQL
- NumPy Unicode Error
- javascript
- 포인터 매핑
- ida
- Python
- ida pro
- svn update
- data distribution
- TensorFlow
- Analysis
- hex-rays
- commandline
- idapro
- error
- malware
Archives
- Today
- Total
목록2015/11 (2)
13 Security Lab
[Mysql] Mysql InnoDB 사용 시 Error : #1286 - Unknown table engine 'InnoDB'
Mysql InnoDB를 사용할 때 다음과 같은 에러를 만날 수 있다. ERROR 1286 (42000) at line 1: Unknown table engine 'innodb'. C:\APM_Setup\Server\MySQL5\my.ini 파일 수정 (APMSETUP 기준) [mysqld] 태그 부분에 아래 항목 수정 & 추가 #skip-innodb default-table-type=innodb
Computer Science/Windows Externals
2015. 11. 29. 20:14
[SETUP] YARA python in windows x64
1. Add environment variable "PATH" : "C:\Python27", "C:\Python27\Scripts"2. cmd > pip install yara3. x64 Redistributable for VS2010설치 (https://www.microsoft.com/ko-kr/download/details.aspx?id=14632, "vcredist_x64.exe")4. cmd > yara-ctypes -h Easy to make it
Computer Science/Windows Externals
2015. 11. 24. 20:04