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
- debugging
- TensorFlow
- ida
- 포인터 매핑
- Python
- why error
- idapro
- error fix
- commandline
- open office xml
- javascript
- data distribution
- MySQL
- idapython
- idb2pat
- Ransomware
- NumPy Unicode Error
- error
- Analysis
- malware
- h5py.File
- mock.patch
- ida pro
- Rat
- Injection
- svn update
- pytest
- ecma
- x64
- hex-rays
Archives
- Today
- Total
목록2013/06 (1)
13 Security Lab
BHO 개발시 자동으로 regasm 등록
visual studio 2010 기준 프로젝트 - "프로젝트 이름" 속성 - 빌드 이벤트 빌드전 이벤트 명령줄 빌드후 이벤트 명령줄을 이용한다(cmd와 사용유사) Regasm경로 /unregister "타겟경로" => 기존 bho 삭제"C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm.exe" /unregister "$(TargetPath)" Regasm경로 /unregister "타겟경로" => bho 등록"C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm.exe" /codebase "$(TargetPath)"
Computer Science/Programming
2013. 6. 19. 05:08