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