CrashDump analysis automation using SlackBot, python, cdb from Windows

I'm going to show how to automate dump analysis using a Slackbot but using telegram bot is also quite same. In order automate dump analysis, Visual Studio or WinDbg can be used in theory, however writing a script which behaves manipulate other application which has GUI interface, emulating keyboard and mouse inputs, and reading the … Continue reading CrashDump analysis automation using SlackBot, python, cdb from Windows

윈도우 드라이버 코드 사이닝 실용 가이드

윈도우 코드 사인은 복잡합니다. 윈도우 코드 사인이 복잡한 이유는 기술의 복잡도가 높아서라기 보단, 그것이 기반으로 하고 있는 윈도우 코드 사인의 정책이 윈도우 버전마다 다르고 복잡해서 일 것이기 때문입니다. 저 역시 커널 드라이버 사인 이슈로 다시 예전 지식을 환기시키려고 노력하다가, 인터넷에서 좋은 글을 하나 발견하게 되었고 원 저자의 허락을 맡아 번역을 하고 그 결과를 이곳에 올리게 … Continue reading 윈도우 드라이버 코드 사이닝 실용 가이드