Reversing
Windows DLL Injector
Tribal
2018. 4. 3. 23:28
파일
컴파일 방법(Visual Studio 2015 기준, 다른 버전인 경우 배치 파일의 VSPATH 경로 수정 필요)
- build 배치 파일 실행(32bit : build_32bit.bat, 64bit : build_64bit.bat)
- nmake -f dll_injector.mk all
- 완료
코드 : https://github.com/Tribal1012/DLL_Injector
참고
- 리버스코어(ReverseCore) : http://reversecore.com/
- 책 : 리버싱 핵심원리