동영상
블로그
- [윈도우 후킹] SetWindowsHookEx를 이용한 글로벌 메시지 후킹 (글로벌 DLL 인젝션) 개념 Windows 운영체제는 Event Driven 방식으로 운영체제와 응용 프로그램 GUI 간의 통신을 처리합니다. 여기서 Windows 운영체제는 훅 체인이라는 것을 제공해주는데 이를 통해 응용 프로그램에 메시지가.......
- 윈도우 사용기록 확인하는법 컴퓨터 켜고 끈 시간 확인하기 이벤트 뷰어(Event Viewer)를 통해 컴퓨터의 부팅 및 종료 시간을 확인할 수 있습니다. 왼쪽 메뉴에서 Windows 로그 > 시스템을 선택합니다.
- Process Mitigations -ExtensionPointDisable #2 오늘은 WIndows Message Hook (참고로 MS문서에서는 Windows Hook이라고 부릅니다)을 통한 DLL 로드(인젝션)을 완화하는 과정에 대해 다뤄보겠습니다. 먼저 테스트 대상이 될 메모장을 실행시켰습니다. win32k는 Windows Message Hook, Windows Event Hook 등을 통한 모듈 로드를 모두 win32kfull에
- 이벤트로그 구독 설정하기 (Event subscription) 원격지에서 이벤트를 가져오기 위해서는 해당 권한을 가지고 있는 계정이 필요한데, 이런 권한을 제공하는 "Event Log Readers" 라는 Builtin Group이 존재한다. 구독 기능은 "Windows Event Collector" 서비스를 통해 이루어진다.
- [반도체/디스플레이] MS-퀄컴 협력은 무엇을 의미할까? 분석리서치 | 메리츠 김선우 | 2016-12-09 09:36:10MS-퀄컴, 차기 스냅드래곤에서 윈도우 10 구동 위한 협력 발표 마이크로소프트 (MS)는 Windows Hardware Engineering Community event (WinHEC) 행사를 통해 향후 제작되는 퀄컴의 스냅드래곤 AP에서 윈도우10을 구동하기 위한 양사의 협력 상황을 공개함.
- Esper 설치 및 개발 환경 구성 BigData에 대한 실시간 분석을 위해서 CEP (Complex Event Processing) 솔루션인 Esper를 설치하고 개발 환경을 구성해 봅시다. 작업 환경 Esper 실행 환경 Windows 7 (64 bits) VirtualBox 4.3.0 CentOS 6.4 (64 bits)Esper 개발 환경 Windows 7 (64
- google search API 구현 C# We prepare a simple Windows form application with a TextBox, a Button and a DataGridView. Then we add an handler for the button click event and we add a WebReference to our project.
- [C#학습셀02-11] How to: Set the Selected Text in a TextBox Control msdn.microsoft.com/en-us/library/2ye260bz(v=VS.90).aspx This example programmatically selects text in a Windows Set the Click event han.......
- [C#학습셀01-06] How to: Create a Non-Rectangular Button The code adds a button in the shape of a circle to the form and creates an event handler that displays Example public Form2(){ // // Required for Windows Form Designer support. // InitializeComponent(); /
