일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- Button
- Lotto
- SciPy
- javascript
- Series
- dataframe
- GT-S80
- E-P1
- keras
- mean
- SPL
- pycharm
- 삼성소프트웨어멤버십
- install
- imread
- Splunk
- LSTM
- mariadb
- DFS
- CNN
- pandas
- synology
- RNN
- Python
- GitHub
- ipad
- Numpy
- index
- pip
- 알고리즘
- Today
- Total
목록공부 (287)
잠토의 잠망경
Introduction Hooks are one of the most powerful features of Windows. We can hooks to trp all the events in the Windows environment. This example shows how to trap keyboard events and save the keys to a text file. In the Microsoft® Windows™ operating system, a hook is a mechanism by which a function can intercept events (messages, mouse actions, keystrokes) before they reach an application. The f..
Introduction Simulation of a keyboard input is a well known concept for those who are all familiar with Visual Basic. SendKeys() in Visual Basic does all the things, if you want to do anything without keyboard. But what is in SendKeys() function? What does it do? Can we do such a thing with Visual C++? This article is the answer. I think this will be useful for beginners who are all just trying ..
http://hdp.null2root.org/reversing.html http://www.debuglab.com/knowledge/APIHOOKING.html http://www.codeproject.com/KB/system/hooksys.aspx http://dual5651.hacktizen.com/tt/entry/Windows-Global-API-HookingPart-1 http://www.gpgstudy.com/forum/viewtopic.php?t=14054
출처: http://minimons.egloos.com/1366544
How to boot from a USB device ... USB - Universal Serial Bus - is a standard for connecting additional equipment to your computer, like printers, scanners, webcam's, digital camera's, keyboards, mouse, harddisks, etc. For more details, please read this article. One of these devices is the Thumbdrive, keychange disk, USB pen, etc however you want to call them. We'd like to use one of those to boo..
오늘 질렀습니다. 모.. 이유는 없었습니다. 그냥.. ㅡㅡ;; 왼지 파란 책 표지가 나를 프로그래밍의 푸른 바다로 인도할꺼 같은 맘에 샀습니다. ㅡㅡ;; 아직 보지도 못한 책들도 많은데 이렇게 사대기만 하니.. 허허 암튼 언젠가 보것지하는 생각에 위안을 삼아봅니다. 책의 글자체나 구성도가 나름 일반적인 책이랑 틀려서 색다릅니다. 나름 재미 있는 도전이 될듯.. ㅡㅡ;; 내일 알고리즘 책도 구매해야 할꺼 같은데 난감하네요. 보지 못한 책들이여..
운영체제 만들기 샀음돠.. ㅡㅡ;; 산 이유는 개발환경에 대한 앞부분 때문에 샀습니다. ㅋㅋ 일본사람이 쓴 거시기는 쫌.. 모랄까 개발환경이 너무 복잡하여.. ㅡㅡ;; 솔찍히 그부분 귀찮아서... ㅋㅋ 이 책과 병행하려 합니다. 모 일본분이 쓰신 거시기를 주요 코드로 사용할듯 ㅋㅋ 마음이 울쩍해서 1주일 보려합니다. ^^;;
Introduction In my professional career, I have seen most of us use Visual Studio for debugging but not many of the other debuggers that come for free. You may want such a debugger for many reasons, for example, on your home PC which you do not use for development but on which a certain program crashes from time to time. From the stack dump, you can figure out if IE crashed because of a third par..