Áñ°Üã±â
  °Ë»ö     Áú¹®Çϱâ | µµ¿ÍÁÖ¼¼¿ä
Tip&Tech  | OS Install  | Çϵå¿þ¾î  | ¼ÒÇÁÆ®¿þ¾î  | ÁÖº¯±â±â  | ȨÆäÀÌÁö  | Á¶¸³  | OpenMarket  | Talk  | Download
Á¶È¸ 236762´ñ±Û 0³¯Â¥ 2007-07-13 13:41:37
SmartSniff v1.30 ÀÚ½ÅÀÇ ·£Ä«µå ¸ð´ÏÅ͸µ ÇÁ·Î±×·¥
(¿µÀÚ) IP: 222.120.95.98  Ãßõ: 1088
ÆÄÀϸí: smsniff.exe ¿ë·®: 0.096 MB ´Ù¿î·Îµå: 2501       
SmartSniff v1.30
Copyright (c) 2004 - 2006 Nir Sofer
Web site: http://www.nirsoft.net


Description
SmartSniff allows you to capture TCP/IP packets that pass through your network adapter, and view the captured data as sequence of conversations between clients and servers. You can view the TCP/IP conversations in Ascii mode (for text-based protocols, like HTTP, SMTP, POP3 and FTP.) or as hex dump. (for non-text base protocols, like DNS)
SmartSniff provides 2 methods for capturing TCP/IP packets :
Raw Sockets (Only for Windows 2000/XP or greater): Allows you to capture TCP/IP packets on your network without installing a capture driver. This method has some limitations and problems.
WinPcap Capture Driver: Allows you to capture TCP/IP packets on all Windows operating systems. (Windows 98/ME/NT/2000/XP/2003) In order to use it, you have to download and install WinPcap Capture Driver from this Web site. (WinPcap is a free open-source capture driver.)
This method is generally the preferred way to capture TCP/IP packets with SmartSniff, and it works better than the Raw Sockets method.

System Requirements
SmartSniff can capture TCP/IP packets on any 32-bit Windows operating system (Windows 98/ME/NT/2000/XP) as long as WinPcap capture driver is installed and works properly with your network adapter.
Under Windows 2000/XP (or greater), SmartSniff also allows you to capture TCP/IP packets without installing any capture driver, by using 'Raw Sockets' method. However, this capture method has some limitations and problems:
Outgoing UDP and ICMP packets are not captured.
On Windows XP SP1 outgoing packets are not captured at all - Thanks to Microsoft's bug that appeared in SP1 update...
This bug was fixed on SP2 update.

Versions History
Version 1.30:
New option: Only display TCP/IP statistic, do not store the captured data in file.
New option: Retrieve process information while capturing packets.
In 'Load Packets Data From File', you can now choose to load tcpdump/libpcap file saved by Ethereal or by other capture programs.
A tooltip is displayed when a string in a column is longer than the column length.
When running SmartSniff in the first time, the first found network adapter with IP address is now automatically selected. (In previous versions, the user had to select an adapter in order to start capturing)
Version 1.21:
Fixed Bug: packets in TCP/IP conversations sometimes displayed in wrong order.
Version 1.20:
New option in Live Mode: Display the beginning of TCP/IP conversation content while capturing.
Save / Load SmartSniff configuration.
Filters are now saved when you exit from SmartSniff, and loaded again in the next time that you run it.
Significant improvement in performances of Live Mode when there are a lots of TCP/IP conversations.
Fixed bug: pressing F2/F3/F4 while capturing packets in live mode caused the capture to be corrupted.
Version 1.11: Improve in performances while capturing with WinPcap driver.
Version 1.10:
Performances - Large TCP/IP conversations are now displayed much faster than in previous version.
Live Mode - View the TCP/IP conversation list while capturing.
Capture and display filters.
New option: Resolve IP Addresses to host names (displayed in 'Local Host' and 'Remote Host' columns)
New option: On Automatic display mode, don't display data in hex format if the data size is larger than... (The default is 100 KB)
New option: In the lower pane, don't display items with data size larger than... (The default is 1000 KB)
Added more accelerator keys.
XP style support.
Version 1.00: First release.

Using SmartSniff
In order to start using SmartSniff, simply copy the executable (smsniff.exe) to any folder you like, and run it (installation is not needed).
After running SmartSniff, select "Start Capture" from the File menu, or simply click the green play button in the toolbar. If it's the first time that you use SmartSniff, you'll be asked to select the capture method and the network adapter that you want to use. If WinPcap is installed on your computer, it's recommended to use this method to capture packets.
After selecting the capture method and your network adapter, click the 'OK' button to start capturing TCP/IP packets. while capturing packets, try to browse some Web sites, or retrieve new emails from your email software. After stopping the capture (by clicking the red stop button) SmartSniff displays the list of all TCP/IP conversations the it captured. When you select a specific conversation in the upper pane, the lower pane displays the TCP/IP streams of the selected client-server conversation.
If you want the save the captured packets for viewing them later, use "Save Packets Data To File" option from the File menu.


Display Mode
SmartSniff provides 3 modes to display the captured data: Automatic, Ascii, and Hex Dump. On Automatic mode (the default), SmartSniff checks the first bytes of the data stream - If it contains characters lower than 0x20 (excluding CR, LF and tab characters), it displays the data in Hex mode. otherwise, it displays it in Ascii mode.
You can easily switch between display modes by selecting them from the menu, or by using F2 - F4 keys. Be aware that 'Hex Dump' mode is much slower than Ascii mode.

Exporting the captured data
SmartSniff allows you to easily export the captured data for using it in other applications:
The upper pane: you can select one or more items in the upper pane, and then copy them to the clipboard (You can paste the copied items into Excel or into spreadsheet of OpenOffice.org) or save them to text/HTML/XML file (by using 'Save Packet Summaries').
The lower pane: You can select any part of the TCP/IP streams (or select all text, by using Ctrl+A), copy the selected text to the clipboard, and then paste it to Notepad, Wordpad, MS-Word or any other editor. When you paste the selected streams to document of Wordpad, OpenOffice.org, or MS-Word, the colors are also transferred.
Your can also export the TCP/IP streams to text file, HTML file, or raw data file, by using "Export TCP/IP Streams" option.

Displaying characters above ASCII 127
By default, characters above ASCII 127 are not displayed in the TCP/IP streams. You can enable high ASCII characters by using "Display Characters Above ASCII 127". When you use this option, the TCP/IP streams are displayed without colors. Be aware that when working in this mode, the loading process of the lower pane might be very slow.

Capture and Display Filters
Starting from version 1.10, you can filter unwanted TCP/IP activity during the capture process (Capture Filter), or when displaying the captured TCP/IP data (Display Filter).
For both filter types, you can add one or more filter strings (separated by spaces or CRLF) in the following syntax:
[include | exclude] : [local | remote | both] : [tcp | udp | tcpudp | icmp | all] : [IP Range | Ports Range]

Here's some examples that demonstrate how to create a filter string:

Display only packets with remote tcp port 80 (Web sites):
include:remote:tcp:80
Display only packets with remote tcp port 80 (Web sites) and udp port 53 (DNS):
include:remote:tcp:80
include:remote:udp:53
Display only packets originated from the following IP address range: 192.168.0.1 192.168.0.100:
include:remote:all:192.168.0.1-192.168.0.100
Display only TCP and UDP packets that use the following port range: 53 - 139:
include:both:tcpudp:53-139
Filter most BitTorrent packets (port 6881):
exclude:both:tcpupd:6881
Filter all ICMP packets (Ping/Traceroute activity):
exclude:both:icmp
Notice: A single filter string must not include spaces !

Live Mode
Starting from version 1.10, a new option was added to 'Advanced Options' section - 'Live Mode'. When SmartSniff capture packets in live mode, the TCP/IP conversations list is updated while capturing the packets, instead of updating it only after the capture is finished. Be aware that "Live Mode" requires more CPU resources than non-live mode. So if your computer is slow, or your have a very high traffic on your network, it's recommended to turn off this option.
Starting from version 1.20, you can also view the content of each TCP/IP conversation (in the lower pane) while capturing the packets. However, if the TCP/IP conversation is too large, you won't be able to watch the entire TCP/IP conversation until the capture is stopped.

Viewing process information
Starting from version 1.30, you can view the process information (ProcessID and process filename) for captured TCP packets. However, this feature have some limitations and problems:
Process information is only displayed for TCP packets (It doesn't work with UDP)
Process information may not be displayed for TCP connections that closed after short period of time.
Retrieving process information consume more CPU resources and may slow down your computer. It's not recommended to use this feature if you have intensive network traffic.
Process information is currently not saved in ssp file.
In order to activate this feature, go to 'Advanced Options' dialog-box, check the "Retrieve process information while capturing packets" option and click the 'OK' button. 2 new columns will be added: ProcessID and Process Filename. Start capturing, and process information will be displayed for the captured TCP conversations.

Translating to other languages
SmartSniff allows you to easily translate all dialog-boxes, menus, and strings to other language.
In order to do that, follow the instructions below:
Run SmartSniff with /savelangfile parameter:
smsniff.exe /savelangfile
A file named smsniff_lng.ini will be created in the folder of SmartSniff utility.
Open the created language file in Notepad or in any other text editor.
Translate all menus, dialog-boxes, and string entries to the desired language.
After you finish the translation, Run SmartSniff, and all translated strings will be loaded from the language file.
If you want to run SmartSniff without the translation, simply rename the language file, or move it to another folder.

Command-Line Options
Command Description
/NoCapDriver Starts SmartSniff without loading the WinPcap Capture Driver.
/NoLoadSettings Starts SmartSniff without loading your last settings.


License
This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this. If you distribute this utility, you must include all files in the distribution package, without any modification !

Disclaimer
The software is provided "AS IS" without any warranty, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The author will not be liable for any special, incidental, consequential or indirect damages due to loss of data or any other reason.

Feedback
If you have any problem, suggestion, comment, or you found a bug in my utility, you can send a message to nirsofer@yahoo.com


* Âü°íÀÚ·á:
1. À¥ Æ®·¡ÇÈ ºä¾î-DUMeter version 3

 
1 2
´ñ±Û
À̱ۿ¡ ´ëÇÑ º»¹®/´ñ±ÛÀÌ µµ¿òÀÌ µÇ¾ú´Ù¸é Æò°¡ÇØÁÖ¼¼¿© !
Good
    Download ( 986 °Ç )
[Download] ±×·¡ÇÈ,»ç¿îµå,¸ÞÀκ¸µå, µå¶óÀ̹ö ã¾ÆÁÖ´Â ÇÁ·Î±×·¥ 3dp_chip v17.11    2018.03.19 | Á¶È¸¼ö 410805 | ´ñ±Û 9 | Ãßõ 579
Ãâó : http://www.3dpchip.com/3dp/chip_down_kor.php www.vga.pe.kr ÆÛ¿Ô½À´Ï´Ù. vga.pe.kr »çÀÌÆ®°¡ ¾È¿­¸®¸é~ ^^; µå¶óÀÌºê °Ë»öÀº http://simfile.chol.com/ http://pds.hanafos.co..
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] High Definition Audio Codec- realtek »ç¿îµå µå¶óÀ̹ö R266    2012.01.03 | Á¶È¸¼ö 310401 | ´ñ±Û 3 | Ãßõ 480
Ãâó: http://www.realtek.com.tw ´Ù¿î·Îµå Ãâó :
ÀÛ¼ºÀÚ: ¿µÀÚ
[Download] Å°º¸µå °Ë»ç Å×½ºÆ® ÇÁ·Î±×·¥ Keyboard test    2022.11.15 | Á¶È¸¼ö 307907 | ´ñ±Û 0 | Ãßõ 26
Ãâó: http://mile.tistory.com/25  
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] À©µµ¿ì¿ë sendmail ÇÁ·Î±×·¥    2008.05.28 | Á¶È¸¼ö 289184 | ´ñ±Û 3 | Ãßõ 1039
Ãâó: www.glob.com.au/sendmail fake sendmail for windows fake sendmail © 2004-2008 byron jones bsd license glob.com.au/sendmail sendmail @ glob.com.au about sendmail.exe is a simple windows console application that emulates sendmail's "-t" option to deliver emails piped via stdin. it is intended to ease running un..
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] À©µµ¿ì 7,8 ¾ÏÈ£ ÃʱâÈ­ ÇÏ±â    2014.04.10 | Á¶È¸¼ö 285005 | ´ñ±Û 0 | Ãßõ 1139
ÇÁ·Î±×·¥Ãâó: http://pogostick.net/~pnh/ntpasswd/ This is a utility to reset the password of any user that has a valid local account on your Windows system. Supports all Windows from NT3.5 to Win8.1, also 64 bit and also the Server versions (like 2003, 2008, 2012) You do not need to know the old password to set a new one. ..
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] SmartSniff v1.30 ÀÚ½ÅÀÇ ·£Ä«µå ¸ð´ÏÅ͸µ ÇÁ·Î±×·¥    2007.07.13 | Á¶È¸¼ö 236762 | ´ñ±Û 0 | Ãßõ 1088
SmartSniff v1.30 Copyright (c) 2004 - 2006 Nir Sofer Web site: http://www.nirsoft.net Description SmartSniff allows you to capture TCP/IP packets that pass through your network adapter, and view the captured data as sequence of conversations between clients and servers. You can view the TCP/IP conversations in Ascii mode (for text-b..
ÀÛ¼ºÀÚ: ¿µÀÚ
[Download] Change Mac Address 5.3 ¸ÆÁÖ¼Ò º¯°æ ÇÁ·Î±×·¥    2007.07.13 | Á¶È¸¼ö 233997 | ´ñ±Û 71 | Ãßõ 387
·£Ä«µåÀÇ ¹°¸®ÀûÀÎ ÁÖ¼Ò¸¦ º¯°æÇÒ ¼ö ÀÖ´Â ÇÁ·Î±×·¥ÀÔ´Ï´Ù. Register Äڵ带 ÀÔ·ÂÇØ¾ß Á¤»ó »ç¿ë°¡´ÉÇÏ¸ç ±âº»»ç¿ëÀº '0a0a0a0aXXXX' Áß¿¡¼­ µÞÀÚ¸® 4ÀÚ¸®¸¸ º¯°æ°¡´ÉÇÕ´Ï´Ù. ^^ º¯°æµÇ¸é Àü ¸ÆÁÖ¼Ò·Î º¹±Í°¡ ¾ÈµÇ¹Ç·Î Àû¾îµÎ¼¼¿ä Ãâó: http://hackersnews.org/hn/read.cgi?board=hn_hack&y_number=1773&nnew=2
ÀÛ¼ºÀÚ: ¿µÀÚ
[Download] ÀÎÅÚĨ¼Â Intel¢ç ME 8: Management Engine Driver for Intel 6 & 7 Series Chipset-Based Desktop Boards    2012.08.09 | Á¶È¸¼ö 233144 | ´ñ±Û 0 | Ãßõ 368
Ãâó: http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=21527&lang=eng&OSVersion=Windows%207%20(32-bit)*&DownloadType=Drivers%20 Operating Systems:Windows 7 (32-bit)*, Wind..
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] ÄÄÆÑ ÁöÆ÷½º go6100 f700 compaq µå¶óÀ̹ö ±×·¡Çȵå¶óÀ̹ö    2010.12.13 | Á¶È¸¼ö 233113 | ´ñ±Û 0 | Ãßõ 216
¼öµ¿À¸·Î ¼³Ä¡ÇÏ¼Å¾ß ÇÕ´Ï´Ù.ÃֽŠµå¶óÀ̹ö°¡ ÀÖ´Ù°í Çϸé "¸ðµÎ ¾Æ´Ï¿À"¸¦ ¼±ÅÃÇϼ¼¿ä
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] PC¿¡ ÀúÀåµÈ ºñ¹Ð¹øÈ£ ÃßÃâ ÇÁ·Î±×·¥ Protected Storage PassView v1.60 Æнº¿öµå ºä¾î    2007.10.30 | Á¶È¸¼ö 227976 | ´ñ±Û 2 | Ãßõ 861
Protected Storage PassView v1.60 Copyright (c) 2002 - 2003 Nir Sofer www.nirsoft.net Description Protected Storage PassView is a small utility that reveals the passwords stored on your computer by Internet Explorer, Outlook Express and MSN Explorer. The passwords are revealed by reading the information from the Protected Storage. Star..
ÀÛ¼ºÀÚ: ¿µÀÚ
[Download] ½Ã¸ð½º,¹ÙÀÌ¿À½º Æнº¿öµå º¹±¸Åø -CmosPwd    2007.06.13 | Á¶È¸¼ö 227964 | ´ñ±Û 0 | Ãßõ 1789
========================= CmosPwd Christophe GRENIER grenier@cgsecurity.org http://www.cgsecurity.org ========================= CmosPwd is a cmos/bios password recovery tool. CmosPwd is under GNU Public License. You can freely distribute it. It can be compiled under Dos, Windows, Linux, FreeBSD and NetBSD. Platforms - Dos-Windo..
ÀÛ¼ºÀÚ: ¿µÀÚ
[Download] À©µµ¿ì 7 XP ¸ðµå »ç¿ëÇϱâ(°¡»óÈ­ XP¸ðµå-Windows Virtual PC) -Á¤Ç°ÀÎÁõ¾øÀÌ´Ù¿î°¡´É    2011.02.15 | Á¶È¸¼ö 221308 | ´ñ±Û 0 | Ãßõ 891
Ãâó: http://snoopybox.co.kr/1169MS ´Ù¿î·Îµå »çÀÌÆ®: http://www.microsoft.com/windows/virtual-pc/download.aspx À©µµ¿ì 7ÀÇ XP ¸ðµå ±â´ÉÀº ÇÁ·ÎÆä¼Å³Î ¿¡µð¼Ç À̻󿡼­¸¸ »ç¿ë °¡´ÉÇÑ °ÍÀ¸·Î ´Ùµé ¾Ë°í °è½Ç °ÍÀÔ´Ï´Ù. ÇÏÁö¸¸ Á¤È®È÷ Ç¥ÇöÇÏÀÚ¸é ¹öÃß¾ó PCÀÇ ÅëÇÕ ±â´É »ç¿ëÀ» ÇÁ·ÎÆä¼Å³Î ¿¡µð¼Ç ÀÌ»óÀ¸·Î¸¸ Á¦ÇÑÇصР°ÍÀÌ ¾Æ´Õ´Ï´Ù. XP ¸ðµåÀÇ »ç..
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] ÇÑ±Û ÆÄƼ¼Ç¸ÅÁ÷ v8.0 Kor (PowerQuest PartitionMagic 8.0)    2007.06.07 | Á¶È¸¼ö 211708 | ´ñ±Û 3 | Ãßõ 978
½ÃµðÅ°°¡ ÀÖ¾î¾ß ÇÕ´Ï´Ù. ^^ PowerQuest(R) PartitionMagic(R) ¹öÀü 8.0 ¸ñÂ÷ ---- 1. ½Ã½ºÅÛ ¹é¾÷ 2. ÀϹÝÀûÀÎ »ç¿ë¹ý 3. ¾Ë·ÁÁø ¹®Á¦Á¡ - Windows NT/2000/XP¿¡¸¸ ÇØ´ç 4. ¾Ë·ÁÁø ¹®Á¦Á¡ - Windows 9x¿¡¸¸ ÇØ´ç 5. Windows Me Á¦°Å 6. PowerQuest Storage Manager ¼Ò½ÄÁö 1. ½Ã½ºÅÛ ¹é¾÷ -------------- PartitionMagicÀ» »ç¿ëÇϱâ Àü¿¡ ÇÏµå µå¶óÀ̺긦 ¹é¾÷ÇØ¾ß ÇÕ´Ï´Ù. PartitionMagicÀº öÀúÇÑ Å×½ºÆ®¸¦ °ÅÃÆÁö¸¸ Á¤Àü, ¿î¿µ üÁ¦ ¹ö±× ¹× ..
ÀÛ¼ºÀÚ: ¿µÀÚ
[Download] IEFix 1.6v À¥ºê¶ó¿ìÀú ¹®Á¦(¿À·ùµî)¹ß»ý½Ã º¹¿øÇØÁÖ´Â ÇÁ·Î±×·¥    2007.06.30 | Á¶È¸¼ö 206176 | ´ñ±Û 3 | Ãßõ 567
À¥ºê¶ó¿ìÀú »ç¿ë½Ã ¿À·ù¸¦ ¼öÁ¤ÇØÁÖ´Â ÇÁ·Î±×·¥ÀÔ´Ï´Ù. ÀͽºÇ÷η¯ 7.0Àº Å×½ºÆ®µÇÁö ¾Ê¾Ò½À´Ï´Ù. À©µµ¿ì exploer »ðÀÔÇ϶ó°í ³ª¿Ã°æ¿ì cd¾ø´ÂºÐµé À©µµ¿ì xp ÆÄÀÏÀº ¾Æ·¡ ´Ù¿î¹Þ¾Æ À§Ä¡ ¼±Á¤Çϼ¼¿ä 2¹ø ³ª¿À´Âµ¥ Áß¿ä:-->>> ÆÄÀÏ ¼±ÅÃÇϽøéµË´Ï´Ù. [XP_CD ¾ø´ÂºÐµé ´Ù¿î·Îµå] À©µµ¿ì98Àº ÇÊ¿ä¾øÀ½~ * Âü°í: ÇÁ·Î±×·¥ ½ÇÇà½Ã 429 ·±Å¸..
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] µå¶óÀ̹ö ÆÑÅ°Áö - ¹«¼±·£    2008.11.12 | Á¶È¸¼ö 203877 | ´ñ±Û 0 | Ãßõ 6332
Ãâó: http://driverpacks.net 3Com 3CRPAG175 PCMCIA a/b/g 07/11/2003,1.0.0.25 3a 3Com 3CRSHEW696 USB b 1/28/2003, 1.0.1.14 3b 3Com 3CRDAG675 PCI  a/b/g 08/01/2003, 1.0.0.25 3c 3Com 3CRWE154A72 PCMCIA  a/b/g 04/07/2004, 3.0.0.46 3d 3Com 3CRWE62092B PCMCIA  b 08/04/2003, 2.1.1.3005 3e 3Com 3CRWE62..
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] ¾Æ¸® ÇÁ·Î±×·¥ -½Ã°£Á¦ÇÑ ÇÁ·Î±×·¥ V1.77    2008.12.10 | Á¶È¸¼ö 201366 | ´ñ±Û 11 | Ãßõ 654
Ãâó: http://www.jonetech.net/* ÇÁ·Î±×·¥ Ư¡ * 1. º°µµÀÇ ÀåÄ¡¾øÀÌ ÇÁ·Î±×·¥ ¸¸À¸·Î ÄÄÇ»ÅÍ »ç¿ë½Ã°£À» Á¦ÇÑÇÒ ¼ö ÀÖ½À´Ï´Ù.2. ÄÄÇ»ÅÍ ½Ã°£ÀÌ ½ÇÁ¦ ÇöÀç ½Ã°£À¸·Î ÀÚµ¿ µ¿±âÈ­ µË´Ï´Ù.3. ¾ÏÈ£ ¾øÀÌ ¼³Á¤À» º¯°æÇϰųª Àý´ë Á¦°ÅÇÒ ¼ö ¾ø½À´Ï´Ù.4. »ç¿ë¹æ¹ýÀÌ ¸Å¿ì °£´ÜÇÏ°í ½±½À´Ï´Ù.5. ÀüÀÏ ÄÄÇ»ÅÍ »ç¿ë½Ã°£À» ¸ÞÀÏ·Î ¹Þ¾Æ º¼ ¼ö ÀÖ½À´Ï´Ù.6. ´ÙÁß »ç¿ëÀÚ¸¦ Áö¿øÇÕ´Ï´Ù.7. »ç¿ë½Ã°£ Á¦ÇÑ ¿Ü¿¡ ±â´É¿¡´Â Á¦ÇÑÀ» µÎÁö ¾Ê¾ÒÀ¸¹Ç·Î »ç¿ë¿¡ ºÒÆíÀÌ ¾ø½À´Ï´Ù.    (¿¹, ·¹Áö½º..
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] d3d9.dll ÆÄÀÏ    2007.05.30 | Á¶È¸¼ö 200798 | ´ñ±Û 10 | Ãßõ 160
DirectX 9.0c Áß dll ÆÄÀÏ
ÀÛ¼ºÀÚ: ¿µÀÚ
[Download] ¹«¼³Ä¡ ´ÜÀÏ ÆÄÀÏ ¹«·á ¿ø°Ý Á¢¼Ó ÇÁ·Î±×·¥ ¼öÇÁ¸®¸ð Supremo    2013.01.27 | Á¶È¸¼ö 194803 | ´ñ±Û 1 | Ãßõ 169
¸µÅ©: http://www.supremofree.com/free-remote-desktop-download-en.aspx
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] Canon ·¹ÀÌÀú ÇÁ¸°ÅÍ PCL5 ÅëÇÕµå¶óÀ̹ö v8.0 for Windows 2000/xp/2003/vista 32bit    2011.06.10 | Á¶È¸¼ö 193461 | ´ñ±Û 0 | Ãßõ 1372
Ãâó: http://www.windowdrv.com/bbs/board.php?bo_table=drv_printer&wr_id=614ij³í PCL5e/PCL5c ÇÁ¸°ÅÍ µå¶óÀ̹ö VER 8.0 (Çѱ۹öÀü) ÀÔ´Ï´Ù. ÆÄÀÏÀ» ´Ù¿î ¹ÞÀº ÈÄ ¾ÐÃàÀ» Ç®¸é C:\CANON µð·ºÅ丮¿¡ ÀÚµ¿À¸·Î ¾ÐÃàÀÌ Ç®¸³´Ï´Ù. ÇÁ¸°ÅÍ µå¶óÀ̹ö ¼³Ä¡´Â Á¦¾îÆÇ --> ÇÁ¸°ÅÍ--> ÇÁ¸°ÅÍ Ãß°¡¸¦ ½ÇÇàÇÑ ÈÄ Á¦Á¶¾÷ü ¼±Åà ȭ¸é¿¡¼­ "µð½ºÅ© ÀÖÀ½"À» ¼±ÅÃÇÑ ÈÄ "c:\canon" µð·ºÅ丮¸¦ ÁöÁ¤..
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] CPU-Z 1.15 ÄÄÇ»ÅÍ »ç¾ç º¸´Â ÇÁ·Î±×·¥ -ÃÊ°£´Ü ¼³Ä¡ ÇÊ¿ä¾øÀ½    2009.07.19 | Á¶È¸¼ö 185024 | ´ñ±Û 1 | Ãßõ 377
cpp ¼º´ÉÀ» ¾Ë ¼ö ÀÖ½À´Ï´Ù. ¾Æ·¡ »çÁø ¡é ¸ÞÀκ¸µå ¸í,±×·¡ÇÈÄ«µå ½½·ÔÀ» ¾Ë ¼ö ÀÖ½À´Ï´Ù. ¾Æ·¡ »çÁø¡é ¸Þ¸ð¸® Çü½ÄÀ» ¾Ë ¼ö ÀÖ½À´Ï´Ù.¡é Á¾ÇÕÀûÀÎ Á¤º¸¸¦ html¹®¼­·Î Ãâ·ÂÇØÁÝ´Ï´Ù. ¡é * Âü°íÀÚ·á: 1. ..
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]  ¢¹
QABoard - SmartSniff v1.30 ÀÚ½ÅÀÇ ·£Ä«µå ¸ð´ÏÅ͸µ ÇÁ·Î±×·¥

¢Ø°¨Ãß±â

¢ØäÆà °¨Ãß±â

»ó´ã äÆÃ: Á¢¼ÓÀÚ(2)
´ëȭâ: ¢Ù
ÁÖ¼Ò: °æ±âµµ °í¾ç½Ã Àϻ꼭±¸ ´ëÈ­µ¿ 1474-1¹øÁö
»ç¾÷ÀÚµî·Ï¹øÈ£: 128-25-69877 ´ëÇ¥ÀÚ: ±èÇö¼ö °³ÀÎÁ¤º¸°ü¸®ÀÚ:¿î¿µÀÚ
°í°´¼¾ÅÍ:031-917-9979 E-mail: bigfood77@naver.com