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
- idapro
- Rat
- hex-rays
- malware
- ecma
- data distribution
- commandline
- h5py.File
- Analysis
- idb2pat
- open office xml
- why error
- ida pro
- pytest
- 포인터 매핑
- x64
- mock.patch
- error fix
- svn update
- Ransomware
- error
- NumPy Unicode Error
- idapython
- TensorFlow
- Python
- debugging
- javascript
- MySQL
- Injection
- ida
Archives
- Today
- Total
목록2017/07/14 (1)
13 Security Lab
"""i used this code for get http data from web using pycurl but, when i use bellow code "before" it get code loss partially(front of data). I think when use undefined variable it makes data lose then, use object "StringIO" it covered range of buffer to get data from web""" Import 1 2 from StringIO import StringIO import pycurl before: 1 2 3 4 5 6 7 def http_body_callback(buf): contents = buf; cu..
Computer Science/Programming
2017. 7. 14. 01:25