일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 포인터 매핑
- MySQL
- idapro
- Analysis
- ecma
- x64
- Python
- error
- javascript
- debugging
- malware
- TensorFlow
- Injection
- Rat
- h5py.File
- ida pro
- NumPy Unicode Error
- svn update
- why error
- idb2pat
- data distribution
- pytest
- hex-rays
- mock.patch
- idapython
- commandline
- error fix
- Ransomware
- ida
- open office xml
- Today
- Total
13 Security Lab
pytest & mock & fixture 1. pytest python 으로 개발하면서 코드 단위가 커지면 자연스레 테스트방법을 찾게 되는데 unittest와 pytest를 검색하게 된다. 그 중 별 이슈가 없는 한 pytest 를 선택하게 되는데.. 쉽고 강력한 테스트 라이브러리로서 unittest(파이썬 표준라이브러리) 와 유사하지만 단순한 문법으로 코드를 비교적 단순하게 만들 수 있다 실행 방법은 단순히 커맨드에서 pytest를 입력하면 된다. $ pytest =========================== test session starts ============================ platform linux -- Python 3.x.y, pytest-3.x.y, py-1.x.y, p..
Cooxie Does Not Work in Windows 10 using IE11(Internet Explorer 11) Problem: When changes proxy option using cooxie, it doesn't work anyway If change the option, need to check the following. If cooxie dosn't work correctly, UI option icon "security level" also not works too So, if click the button and shows nothing changed. it means not works now. Solution Run as Administrator IE 11
information gain 은 information theory 에서 온 개념으로서 machine learning 의 decision tree 를 통해서 알게 되었다. 1. Information Gain 어떤 분류를 통해서 얼마나 information (정보) 에 대한 gain (이득) 이 생겼는 지를 나타낸다. 이 개념은 Entropy 를 통해 계산한다. (엔트로피는 아래서 설명) 어떤 속성(특징)을 선택함으로서 데이터를 더 잘 구분하게 되는 것이다. IG(Information Gain)가 클 수록 "변별력이 좋다" 고 표현 할 수 있다. Information gain theory에서는 모든 사건이 평균적인 확률을 지닐 때 가장 엔트로피가 높게 나타난다고 표현한다. Information gain 의..
Subject: "SVN Error" Error Message:svn: E200031: sqlite[S8]: attempt to write a readonly database svn: E200042: Additional errors: svn: E200031: sqlite[S8]: attempt to write a readonly database Environment: Ubuntu 16.04SVN IntelliJ Problem:Permission issues, because of file ownershipwhen svn update using IntelliJ tool it shows error message like "SVN E200031: sqlite[S8]: attempt to write a reado..