일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 알고리즘
- Python
- mariadb
- install
- imread
- SciPy
- pip
- Lotto
- synology
- Button
- GitHub
- 삼성소프트웨어멤버십
- LSTM
- index
- RNN
- GT-S80
- ipad
- mean
- SPL
- pycharm
- javascript
- dataframe
- pandas
- Series
- DFS
- E-P1
- Numpy
- CNN
- Splunk
- keras
- Today
- Total
목록공부 (287)
잠토의 잠망경
Introduction WinDbg is quite a powerful debugger and it’s really easy to use it. It provides you with both UI and command prompt interfaces. Installation package is light and can be quickly installed on a target machine. I noticed that for first timers it is confusing to use WinDbg. One needs to point to right location of source files, pdb file and executable before he/she can debug using WinDbg..
Introduction WinDbg is quite a powerful debugger and it’s really easy to use it. It provides you with both UI and command prompt interfaces. Installation package is light and can be quickly installed on a target machine. I noticed that for first timers it is confusing to use WinDbg. One needs to point to right location of source files, pdb file and executable before he/she can debug using WinDbg..
Introduction This tutorial will attempt to describe how to write a simple device driver for Windows NT. There are various resources and tutorials on the internet for writing device drivers, however, they are somewhat scarce as compared to writing a “hello world” GUI program for Windows. This makes the search for information on starting to write device drivers a bit harder. You may think that if ..
Introduction This is a free tool for converting one CD image format (Bin) to another format (ISO). The conversion routine is very simple. Just read the Bin image and according to it's structure, write the data in another format. For this reason, a developer must know structure of both formats. 출처: http://www.codeproject.com/KB/applications/Bin2Iso.aspx
0 Preface It might be, you demand to comprehend the ways a virus program injects its procedure in to the interior of a portable executable file and corrupts it, or you are interested in implementing a packer or a protector for your specific intention to encrypt the data of your portable executable (PE) file. This article is committed to represent a brief intuition to realize the performance whic..
[A .NET sniffer application written with SharpPcap] Introduction Packet capturing (or packet sniffing) is the process of collecting all packets of data that pass through a given network interface. Capturing network packets in our applications is a powerful capability which lets us write network monitoring, packet analyzers and security tools. The libpcap library for UNIX based systems and its Wi..
http://www.driveronline.org/