일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- DFS
- imread
- CNN
- Numpy
- Python
- install
- E-P1
- javascript
- 알고리즘
- Splunk
- SciPy
- dataframe
- GT-S80
- Button
- synology
- RNN
- pandas
- GitHub
- mean
- pip
- 삼성소프트웨어멤버십
- SPL
- pycharm
- mariadb
- ipad
- index
- keras
- Lotto
- Series
- LSTM
- Today
- Total
목록잠토네 잠수함 (493)
잠토의 잠망경
서울 올라가는 길에 발표 났다는 소식을 들었습니다. 마침 부산에 지원했던 친한 동생도 합격의 소식과 함께 어떻게 되었는지 물어보더군요. 저는 버스를 타고 이동 중이었기에 저의 가출했던 pda 폰의 위력을 빌리려했으나 실패 ㅡㅡ (핸드폰 요금만 무지 나올듯) 부산에 합격한 동생을 통해 대리로 확인했습니다. 많이 부족한 제가 합격을 하다니 앞으로 있을 기술면접에 최선을 다해야 할꺼 같습니다.^0^ 니나노~~♬
[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/
출처: http://www.ndis.com/papers/winpktfilter.htm#FilterHook
제목 그대로 입니다. 속도는 가희 폭발적으로 느려지더군요. 원래 source는 이렇습니다. ---------------------------------------------------------------- this.richTextBox1.AppendText(Convert.ToString(Convert.ToChar(Register[88]))); this.richTextBox1.ScrollToCaret(); ---------------------------------------------------------------- 이렇게 source를 고쳤습니다. 즉 필요할때만 요청했죠. ---------------------------------------------------------------- if(Reg..
Introduction I was recently trying to steal strings from another program's listview control. You need to pass a pointer so it knows where to put the string. Normally this wouldn't be a problem, but because Windows uses virtual memory pointers are not valid across programs. Virtual memory is how Windows deals out memory to all it's programs. It makes programs think they have 2 Gb of memory to use..
Introduction A hack to replicate MFC's CWaitCursor class in C#. Background I found that the using keyword in C# has two uses: The using directive, which we all know. The using statement, which is v. cool. This gave me the idea for this article. 출처: http://www.codeproject.com/KB/cs/waitcursor.aspx
Abstract After having published my article about process-wide API spying, I received plenty of encouraging messages - readers have generally accepted my model of hooking function calls. In this article, we will extend our model to kernel- mode spying, and hook the API calls that are made by our target device driver. We will also introduce a brand-new way of communication between the kernel-mode ..