Thursday, February 12, 2009

[Security] Link related to Reverse Engineering

1. 개요
Reverse Engineering과 관련된 자료를 제공하는 있는 사이트

2. 본문
1) BEISTLAB
Link : http://beist.org/index.html

2) Korea Information Security Community
Link : http://cafe.naver.com/security.cafe

Wednesday, February 11, 2009

[C++] Google Testing Framework

1. 개요
C++ 프로그램을 테스트하기 위한 Framework을 Google에서 제공하고 있다.
이를 이용하여 제품을 조금 더 신뢰성있게 개발할 수 있을 것이다.

2. 본문
1) Google C++ Testing Framework
Link : http://code.google.com/p/googletest/

2) Google C++ Mocking Framework
Link : http://code.google.com/p/googlemock/