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