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
- mock.patch
- error fix
- MySQL
- commandline
- why error
- svn update
- Injection
- h5py.File
- debugging
- error
- pytest
- ecma
- idapython
- ida
- Rat
- Analysis
- Python
- data distribution
- idapro
- malware
- 포인터 매핑
- TensorFlow
- NumPy Unicode Error
- Ransomware
- ida pro
- hex-rays
- open office xml
- javascript
- idb2pat
- x64
Archives
- Today
- Total
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)"
Comments