Ntport library driver что это

Обновлено: 30.06.2024

Все файлы оригиналы. Download3K не переупаковывает и не изменяет загрузку любым способом. Проверьте подтверждения SHA1 и MD5.

Для ускорения загрузки мы рекомендуем использовать менеджер закачек, например DAP, FlashGet, или IDM.

Информация о файле

NTPort Библиотека позволяет приложению Win32 в режиме реального времени прямого доступа к ПК порты ввода / вывода без использования комплекта разработки драйверов для Windows (DDK) - NTPort Библиотека предоставляет поддержку для Windows 95/98 / ME и Windows NT / 2000 / XP / Server 2003 / Vista. Больше

Ntport library driver что это

Q: I have to convert a Qbasic program into a Visual Basic program. Now I got a problem with the Qbasic out command and I want to know if I can solve the problem with you product.

A: Yes, NTPort Library is an ideal replacement of old BASIC INP or OUT statement. You can change INP function to Inp function and OUT statement to Outp sub procedure.

Q: I use Inport and Outport functions, but it seemed both functions are slow when I call them in a long loop under Windows NT/2000. Is there a way to speed up?

A: If you use Inport and Outport in a long loop, please try SetFastMode, EnablePorts and DisablePorts functions which can increase the performance under Windows NT/2000/XP/Server 2003/Vista (32-bit only). There is a sample called FastMode to demonstrate how to use both functions. The fast mode is not supported under Windows XP/Server 2003/Vista x64 edition.

Q: I need to convert an old BASIC program, which used Peek and Poke. Does your library support these functions?

A: NTPort Library currently doesn't support memory mapped I/O, but we have another product, MemAccess Library, which is designed to direct access to physical memory.

Q: I use your NTPort Library to write and read to a PCI card. When I put the PCI card into different PCs it gets different addresses. If there where a utility that I could ask:
- What type of PCI card is present (for example Vendor or Device ID)
- What all the relevant data is for a card with a specific Vendor/Device ID (for example the Base Address Registers).

A: Please use another product, MemAccess Library, which supports PCI functions. You can use maGetDeviceBaseAddress function to locate a PCI device and then retrieve all base addresses. And then you can use Inp/Outp functions in NTPort Library to access I/O ports of your PCI device. Please don't use peek or poke functions in MemAccess Library to read or write your I/O ports, because peek or poke functions are designed to use with memory mapped I/O.

Q: I notice that there are Inp and Inport function in your library. What's difference?

A: No difference. We provide pairs of functions with same feature to help programmers convert their old programs with less source code modification. We recommend you use Inp and Outp, because they are slightly fast compared to Inport and Outport.

Q: I want to use your product under Windows 95/98/Me. Do I need zntport.sys?

A: No, you needn't. The driver zntport.sys is required only under Windows NT/2000/XP/Server 2003/Vista.

Q: I copied my program and ntport.dll to my client's Windows NT machine, but it failed to work. After I installed your NTPort Library package, my program worked fine. What files do I need to copy?

A: You can find all runtime files you need to distribute in NTPort\Redist directory. Under Windows NT/2000/XP/Server 2003/Vista, you need to distribute zntport.sys. Please read Distribution Notes in the help document for details.

Q: I have a third party component, which can work under Windows 95/98, but it will cause privileged instruction exception under Windows NT/2000/XP. I ensure the component only accesses PC I/O ports. Can I use NTPort Library to enable my component to work under Windows NT/2000/XP?

A: If the component only accesses PC I/O ports and you know which ports it uses, you can call EnablePorts function before you call the component's functions and call DisablePorts when your program will end.

Q: Do I need to log as administrator when I use NTPort Library under Windows NT/2000/XP? We do not want every person who uses our application to have full authority to access every part of the operating system.

A: From the version 2.1, NTPort Library supports both administrator and non-administrator account, but administrator privileges are required to install NTPort Library on Windows NT/2000/XPServer 2003/Vista. Because Windows NT/2000/XPServer 2003/Vista's limitation, you need more system configuration if the user doesn't have administrative right. Please read Distribution Notes in the help document for details.

Q: I want to test your NTPort Library, if it is the right for my application. But on an NT4 machine I become following error message, after click the Inport- or Outport button in your Porttest program: "Cant connect to Service Control Manager". Can you tell me what's wrong?

A: Obviously, you don't have administrative right. From the version 2.1, NTPort Library supports both administrator and non-administrator account, but because Windows NT/2000/XP limitation, you need more system configuration if the user don't have administrative right. Please read Distribution Notes in the help document for details. You can also refer to GetLastState function about the meaning of other error messages.

Q: I want to develop for Windows XP x64 edition. Does your driver support it?

A: 64-bit Windows requires 64-bit driver. NTPort Library supports Windows XP/Server 2003/Vista x64 edition for both AMD64 and Intel EM64T, but won't support Intel Itanium(IA64) platform. Both 32-bit(x86) driver and x64 driver are included in this version, but only 32-bit DLL is included. We will provide x64 DLL in the future version. Most features are same in 32-bit edition and x64 edition, but fast mode is not supported in x64 edition yet.

Q: I am using the NTPort library. I am getting a privileged instruction error at my application. It seamed to me that the cause of this error, was the use of fast mode on Win2000 operating system. How can I resolve this?

A: Please make sure you call EnablePorts function before you read or write the data using Inport or Outport function when your program is running at fast mode. If you didn't call EnablePorts, you will get a privileged instruction error. When your operations finish, please call DisablePorts function to release the resource. Please refer to our FastMode sample for details. EnablePorts or DisablePorts functions are not required in normal mode.

Q: Can I use NTPort Library in a 16-bit application written with Borland C++ v3.1?

A: We no longer support 16-bit applications. If you want to use NTPort Library in a 16-bit application, please use Automation or thunk technology. Please refer to following articles in Microsoft Knowledge Base: HOWTO: Call 32-bit Code from 16-bit Code Under Windows 95(Q154093)

2. Выберите безопасный веб-браузер

Ntport library driver что это


NTPort Library enables your Win32 applications to real-time direct access to PC I/O ports without using the Windows Drivers Development Kit(DDK).

NTPort Library is easy to use. Under Windows NT/2000/XP/Server 2003/Vista/Windows 7, NTPort Library driver can be load and unload dynamically, so you need not any configuration. Merge module for Windows Installer is provided for easy deploymen. We also provide a stand-alone driver setup program for end user.

NTPort Library is also an ideal replacement of old BASIC INP or OUT statement.

This tool also supports getting the base addresses of LPT ports.

Enables your Win32 application to real-time direct access to PC I/O ports!

We recommend some books which will help you understand how to use NTPort Library to interface with your hardware devices.

1. Установка антивируса

Чтобы ваш компьютер не был заражен вредоносными программами, мы рекомендуем всегда устанавливать антивирусную программу, особенно при загрузке и установке новых программ из Интернета. Не реже одного раза в день запускайте программу обновления базы данных. Это позволит вашему антивирусу оставаться в курсе последних вредоносных угроз и лучше защищать данные вашего компьютера.

Если у вас нет мощного антивирусного решения, уже защищающего ваш компьютер, вы должны установить его из наших рекомендаций: Avast Free, AVG Free, Avira Free, Bitdefender, Kaspersky (50% Discount), NOD32.

Подробные журналы


Avira / Windows Version 1.9.161.2
Copyright (c) 2010 by Avira GmbH
All rights reserved.

engine set: 8.3.56.16
VDF Version: 7.18.22.80


Scan start time: 1/24/2021 10:09:58 AM
Command line: g:\scancl.exe --nombr --showall --verboselog /a /z /s --log=output.tmp ntportev.zip

configuration file: g:\scancl.conf
ntportev.zip
Date: 24.01.2021 Time: 09:57:27 Size: 742449

Statistics :
Directories. : 0
Archives. : 1
Files. : 351
Infected. : 0
Warnings. : 0
Suspicious. : 0
Infections. : 0
Time. : 00:00:01

McAfee VirusScan Command Line for Win32 Version: 6.1.2.230
Copyright (C) 2018 McAfee, Inc.

AV Engine version: 6000.8403 for Win32.
Dat set version: 9873 created Jan 23 2021
Scanning for 668683 viruses, trojans and variants.


Options:
ntportev.zip /secure /loud /noboot /nomem /norecall /norename /rptall /rptcor /rpterr /report=output.tmp

ntportev.zip\EvalSetup28.exe\1.nsis . is OK.
ntportev.zip\EvalSetup28.exe\2.nsis . is OK.
ntportev.zip\EvalSetup28.exe\3.nsis . is OK.
ntportev.zip\EvalSetup28.exe\4.nsis . is OK.
ntportev.zip\EvalSetup28.exe\5.nsis . is OK.
ntportev.zip\EvalSetup28.exe\6.nsis . is OK.
ntportev.zip\EvalSetup28.exe\7.nsis . is OK.
ntportev.zip\EvalSetup28.exe\8.nsis . is OK.
ntportev.zip\EvalSetup28.exe\9.nsis . is OK.
ntportev.zip\EvalSetup28.exe\10.nsis . is OK.
ntportev.zip\EvalSetup28.exe\11.nsis . is OK.
ntportev.zip\EvalSetup28.exe\12.nsis . is OK.
ntportev.zip\EvalSetup28.exe\13.nsis . is OK.
ntportev.zip\EvalSetup28.exe\14.nsis . is OK.
ntportev.zip\EvalSetup28.exe\15.nsis . is OK.
ntportev.zip\EvalSetup28.exe\16.nsis . is OK.
ntportev.zip\EvalSetup28.exe\17.nsis . is OK.
ntportev.zip\EvalSetup28.exe\18.nsis . is OK.
ntportev.zip\EvalSetup28.exe\19.nsis . is OK.
ntportev.zip\EvalSetup28.exe\20.nsis . is OK.
ntportev.zip\EvalSetup28.exe\21.nsis . is OK.
ntportev.zip\EvalSetup28.exe\22.nsis . is OK.
ntportev.zip\EvalSetup28.exe\23.nsis . is OK.
ntportev.zip\EvalSetup28.exe\24.nsis . is OK.
ntportev.zip\EvalSetup28.exe\25.nsis . is OK.
ntportev.zip\EvalSetup28.exe\26.nsis . is OK.
ntportev.zip\EvalSetup28.exe\27.nsis . is OK.
ntportev.zip\EvalSetup28.exe\28.nsis . is OK.
ntportev.zip\EvalSetup28.exe\29.nsis . is OK.
ntportev.zip\EvalSetup28.exe\30.nsis . is OK.
ntportev.zip\EvalSetup28.exe\31.nsis . is OK.
ntportev.zip\EvalSetup28.exe\32.nsis . is OK.
ntportev.zip\EvalSetup28.exe\33.nsis . is OK.
ntportev.zip\EvalSetup28.exe\34.nsis . is OK.
ntportev.zip\EvalSetup28.exe\35.nsis . is OK.
ntportev.zip\EvalSetup28.exe\36.nsis . is OK.
ntportev.zip\EvalSetup28.exe\37.nsis . is OK.
ntportev.zip\EvalSetup28.exe\38.nsis . is OK.
ntportev.zip\EvalSetup28.exe\39.nsis . is OK.
ntportev.zip\EvalSetup28.exe\40.nsis . is OK.
ntportev.zip\EvalSetup28.exe\41.nsis . is OK.
ntportev.zip\EvalSetup28.exe\42.nsis . is OK.
ntportev.zip\EvalSetup28.exe\43.nsis . is OK.
ntportev.zip\EvalSetup28.exe\44.nsis . is OK.
ntportev.zip\EvalSetup28.exe\45.nsis . is OK.
ntportev.zip\EvalSetup28.exe\46.nsis . is OK.
ntportev.zip\EvalSetup28.exe\47.nsis . is OK.
ntportev.zip\EvalSetup28.exe\48.nsis . is OK.
ntportev.zip\EvalSetup28.exe\49.nsis . is OK.
ntportev.zip\EvalSetup28.exe\50.nsis . is OK.
ntportev.zip\EvalSetup28.exe\51.nsis . is OK.
ntportev.zip\EvalSetup28.exe\52.nsis . is OK.
ntportev.zip\EvalSetup28.exe\53.nsis . is OK.
ntportev.zip\EvalSetup28.exe\54.nsis . is OK.
ntportev.zip\EvalSetup28.exe\55.nsis . is OK.
ntportev.zip\EvalSetup28.exe\56.nsis . is OK.
ntportev.zip\EvalSetup28.exe\57.nsis . is OK.
ntportev.zip\EvalSetup28.exe\58.nsis . is OK.
ntportev.zip\EvalSetup28.exe\59.nsis . is OK.
ntportev.zip\EvalSetup28.exe\60.nsis . is OK.
ntportev.zip\EvalSetup28.exe\61.nsis . is OK.
ntportev.zip\EvalSetup28.exe\62.nsis . is OK.
ntportev.zip\EvalSetup28.exe\63.nsis . is OK.
ntportev.zip\EvalSetup28.exe\64.nsis . is OK.
ntportev.zip\EvalSetup28.exe\65.nsis . is OK.
ntportev.zip\EvalSetup28.exe\66.nsis . is OK.
ntportev.zip\EvalSetup28.exe\67.nsis . is OK.
ntportev.zip\EvalSetup28.exe\68.nsis . is OK.
ntportev.zip\EvalSetup28.exe\69.nsis . is OK.
ntportev.zip\EvalSetup28.exe\70.nsis . is OK.
ntportev.zip\EvalSetup28.exe\71.nsis . is OK.
ntportev.zip\EvalSetup28.exe\72.nsis . is OK.
ntportev.zip\EvalSetup28.exe\73.nsis . is OK.
ntportev.zip\EvalSetup28.exe\74.nsis . is OK.
ntportev.zip\EvalSetup28.exe\75.nsis . is OK.
ntportev.zip\EvalSetup28.exe\76.nsis . is OK.
ntportev.zip\EvalSetup28.exe\77.nsis . is OK.
ntportev.zip\EvalSetup28.exe\78.nsis . is OK.
ntportev.zip\EvalSetup28.exe\79.nsis . is OK.
ntportev.zip\EvalSetup28.exe\80.nsis . is OK.
ntportev.zip\EvalSetup28.exe\81.nsis . is OK.
ntportev.zip\EvalSetup28.exe\82.nsis . is OK.
ntportev.zip\EvalSetup28.exe\83.nsis . is OK.
ntportev.zip\EvalSetup28.exe\84.nsis . is OK.
ntportev.zip\EvalSetup28.exe\85.nsis . is OK.
ntportev.zip\EvalSetup28.exe\86.nsis . is OK.
ntportev.zip\EvalSetup28.exe\87.nsis . is OK.
ntportev.zip\EvalSetup28.exe\88.nsis . is OK.
ntportev.zip\EvalSetup28.exe\89.nsis . is OK.
ntportev.zip\EvalSetup28.exe\90.nsis . is OK.
ntportev.zip\EvalSetup28.exe\91.nsis . is OK.
ntportev.zip\EvalSetup28.exe\92.nsis . is OK.
ntportev.zip\EvalSetup28.exe\93.nsis . is OK.
ntportev.zip\EvalSetup28.exe\94.nsis . is OK.
ntportev.zip\EvalSetup28.exe\95.nsis . is OK.
ntportev.zip\EvalSetup28.exe\96.nsis . is OK.
ntportev.zip\EvalSetup28.exe\97.nsis . is OK.
ntportev.zip\EvalSetup28.exe\98.nsis . is OK.
ntportev.zip\EvalSetup28.exe\99.nsis . is OK.
ntportev.zip\EvalSetup28.exe\100.nsis . is OK.
ntportev.zip\EvalSetup28.exe\101.nsis . is OK.
ntportev.zip\EvalSetup28.exe\102.nsis . is OK.
ntportev.zip\EvalSetup28.exe\103.nsis . is OK.
ntportev.zip\EvalSetup28.exe\104.nsis . is OK.
ntportev.zip\EvalSetup28.exe\105.nsis . is OK.
ntportev.zip\EvalSetup28.exe\106.nsis . is OK.
ntportev.zip\EvalSetup28.exe\107.nsis . is OK.
ntportev.zip\EvalSetup28.exe\108.nsis . is OK.
ntportev.zip\EvalSetup28.exe\109.nsis . is OK.
ntportev.zip\EvalSetup28.exe\110.nsis . is OK.
ntportev.zip\EvalSetup28.exe\111.nsis . is OK.
ntportev.zip\EvalSetup28.exe\112.nsis . is OK.
ntportev.zip\EvalSetup28.exe\113.nsis . is OK.
ntportev.zip\EvalSetup28.exe\114.nsis . is OK.
ntportev.zip\EvalSetup28.exe\115.nsis . is OK.
ntportev.zip\EvalSetup28.exe\116.nsis . is OK.
ntportev.zip\EvalSetup28.exe\117.nsis . is OK.
ntportev.zip\EvalSetup28.exe\118.nsis . is OK.
ntportev.zip\EvalSetup28.exe\119.nsis . is OK.
ntportev.zip\EvalSetup28.exe\120.nsis . is OK.
ntportev.zip\EvalSetup28.exe\121.nsis . is OK.
ntportev.zip\EvalSetup28.exe\122.nsis . is OK.
ntportev.zip\EvalSetup28.exe\123.nsis . is OK.
ntportev.zip\EvalSetup28.exe\124.nsis . is OK.
ntportev.zip\EvalSetup28.exe\125.nsis . is OK.
ntportev.zip\EvalSetup28.exe\126.nsis . is OK.
ntportev.zip\EvalSetup28.exe\127.nsis . is OK.
ntportev.zip\EvalSetup28.exe\128.nsis . is OK.
ntportev.zip\EvalSetup28.exe\129.nsis . is OK.
ntportev.zip\EvalSetup28.exe\130.nsis . is OK.
ntportev.zip\EvalSetup28.exe\131.nsis . is OK.
ntportev.zip\EvalSetup28.exe\132.nsis . is OK.
ntportev.zip\EvalSetup28.exe\133.nsis . is OK.
ntportev.zip\EvalSetup28.exe\134.nsis . is OK.
ntportev.zip\EvalSetup28.exe\135.nsis . is OK.
ntportev.zip\EvalSetup28.exe\136.nsis . is OK.
ntportev.zip\EvalSetup28.exe\137.nsis . is OK.
ntportev.zip\EvalSetup28.exe\138.nsis . is OK.
ntportev.zip\EvalSetup28.exe\139.nsis . is OK.
ntportev.zip\EvalSetup28.exe\140.nsis . is OK.
ntportev.zip\EvalSetup28.exe\141.nsis . is OK.
ntportev.zip\EvalSetup28.exe\142.nsis . is OK.
ntportev.zip\EvalSetup28.exe\143.nsis . is OK.
ntportev.zip\EvalSetup28.exe\144.nsis . is OK.
ntportev.zip\EvalSetup28.exe\145.nsis . is OK.
ntportev.zip\EvalSetup28.exe\146.nsis . is OK.
ntportev.zip\EvalSetup28.exe\147.nsis . is OK.
ntportev.zip\EvalSetup28.exe\148.nsis . is OK.
ntportev.zip\EvalSetup28.exe\149.nsis . is OK.
ntportev.zip\EvalSetup28.exe\150.nsis . is OK.
ntportev.zip\EvalSetup28.exe\151.nsis . is OK.
ntportev.zip\EvalSetup28.exe\152.nsis . is OK.
ntportev.zip\EvalSetup28.exe\153.nsis . is OK.
ntportev.zip\EvalSetup28.exe\154.nsis . is OK.
ntportev.zip\EvalSetup28.exe\155.nsis . is OK.
ntportev.zip\EvalSetup28.exe\156.nsis . is OK.
ntportev.zip\EvalSetup28.exe\157.nsis . is OK.
ntportev.zip\EvalSetup28.exe\158.nsis . is OK.
ntportev.zip\EvalSetup28.exe\159.nsis . is OK.
ntportev.zip\EvalSetup28.exe\160.nsis . is OK.
ntportev.zip\EvalSetup28.exe\161.nsis . is OK.
ntportev.zip\EvalSetup28.exe\162.nsis . is OK.
ntportev.zip\EvalSetup28.exe\163.nsis . is OK.
ntportev.zip\EvalSetup28.exe\164.nsis . is OK.
ntportev.zip\EvalSetup28.exe\165.nsis . is OK.
ntportev.zip\EvalSetup28.exe\166.nsis . is OK.
ntportev.zip\EvalSetup28.exe\167.nsis . is OK.
ntportev.zip\EvalSetup28.exe\168.nsis . is OK.
ntportev.zip\EvalSetup28.exe\169.nsis . is OK.
ntportev.zip\EvalSetup28.exe\170.nsis . is OK.
ntportev.zip\EvalSetup28.exe\171.nsis . is OK.
ntportev.zip\EvalSetup28.exe\172.nsis . is OK.
ntportev.zip\EvalSetup28.exe\173.nsis . is OK.
ntportev.zip\EvalSetup28.exe\174.nsis . is OK.
ntportev.zip\EvalSetup28.exe\175.nsis . is OK.
ntportev.zip\EvalSetup28.exe\176.nsis . is OK.
ntportev.zip\EvalSetup28.exe\177.nsis . is OK.
ntportev.zip\EvalSetup28.exe\178.nsis . is OK.
ntportev.zip\EvalSetup28.exe\179.nsis . is OK.
ntportev.zip\EvalSetup28.exe\180.nsis . is OK.
ntportev.zip\EvalSetup28.exe\181.nsis . is OK.
ntportev.zip\EvalSetup28.exe\182.nsis . is OK.
ntportev.zip\EvalSetup28.exe\183.nsis . is OK.
ntportev.zip\EvalSetup28.exe\184.nsis . is OK.
ntportev.zip\EvalSetup28.exe\185.nsis . is OK.
ntportev.zip\EvalSetup28.exe\186.nsis . is OK.
ntportev.zip\EvalSetup28.exe\187.nsis . is OK.
ntportev.zip\EvalSetup28.exe\188.nsis . is OK.
ntportev.zip\EvalSetup28.exe\189.nsis . is OK.
ntportev.zip\EvalSetup28.exe\190.nsis . is OK.
ntportev.zip\EvalSetup28.exe\191.nsis . is OK.
ntportev.zip\EvalSetup28.exe\192.nsis . is OK.
ntportev.zip\EvalSetup28.exe\193.nsis . is OK.
ntportev.zip\EvalSetup28.exe\194.nsis . is OK.
ntportev.zip\EvalSetup28.exe\195.nsis . is OK.
ntportev.zip\EvalSetup28.exe\196.nsis . is OK.
ntportev.zip\EvalSetup28.exe\197.nsis . is OK.
ntportev.zip\EvalSetup28.exe\198.nsis . is OK.
ntportev.zip\EvalSetup28.exe\199.nsis . is OK.
ntportev.zip\EvalSetup28.exe\200.nsis . is OK.
ntportev.zip\EvalSetup28.exe\201.nsis . is OK.
ntportev.zip\EvalSetup28.exe\202.nsis . is OK.
ntportev.zip\EvalSetup28.exe\203.nsis . is OK.
ntportev.zip\EvalSetup28.exe\204.nsis . is OK.
ntportev.zip\EvalSetup28.exe\205.nsis . is OK.
ntportev.zip\EvalSetup28.exe\206.nsis . is OK.
ntportev.zip\EvalSetup28.exe\207.nsis . is OK.
ntportev.zip\EvalSetup28.exe\208.nsis . is OK.
ntportev.zip\EvalSetup28.exe\209.nsis . is OK.
ntportev.zip\EvalSetup28.exe\210.nsis . is OK.
ntportev.zip\EvalSetup28.exe\211.nsis . is OK.
ntportev.zip\EvalSetup28.exe\212.nsis . is OK.
ntportev.zip\EvalSetup28.exe\213.nsis . is OK.
ntportev.zip\EvalSetup28.exe\214.nsis . is OK.
ntportev.zip\EvalSetup28.exe\215.nsis . is OK.
ntportev.zip\EvalSetup28.exe\216.nsis . is OK.
ntportev.zip\EvalSetup28.exe\217.nsis . is OK.
ntportev.zip\EvalSetup28.exe\218.nsis . is OK.
ntportev.zip\EvalSetup28.exe\219.nsis . is OK.
ntportev.zip\EvalSetup28.exe\220.nsis . is OK.
ntportev.zip\EvalSetup28.exe\221.nsis . is OK.
ntportev.zip\EvalSetup28.exe\222.nsis . is OK.
ntportev.zip\EvalSetup28.exe\223.nsis . is OK.
ntportev.zip\EvalSetup28.exe\224.nsis . is OK.
ntportev.zip\EvalSetup28.exe\225.nsis . is OK.
ntportev.zip\EvalSetup28.exe\226.nsis . is OK.
ntportev.zip\EvalSetup28.exe\227.nsis . is OK.
ntportev.zip\EvalSetup28.exe\228.nsis . is OK.
ntportev.zip\EvalSetup28.exe\229.nsis . is OK.
ntportev.zip\EvalSetup28.exe\230.nsis . is OK.
ntportev.zip\EvalSetup28.exe\231.nsis . is OK.
ntportev.zip\EvalSetup28.exe\232.nsis . is OK.
ntportev.zip\EvalSetup28.exe\233.nsis . is OK.
ntportev.zip\EvalSetup28.exe\234.nsis . is OK.
ntportev.zip\EvalSetup28.exe\235.nsis . is OK.
ntportev.zip\EvalSetup28.exe\236.nsis . is OK.
ntportev.zip\EvalSetup28.exe\237.nsis . is OK.
ntportev.zip\EvalSetup28.exe\238.nsis . is OK.
ntportev.zip\EvalSetup28.exe\239.nsis . is OK.
ntportev.zip\EvalSetup28.exe\240.nsis . is OK.
ntportev.zip\EvalSetup28.exe\241.nsis . is OK.
ntportev.zip\EvalSetup28.exe\242.nsis . is OK.
ntportev.zip\EvalSetup28.exe\243.nsis . is OK.
ntportev.zip\EvalSetup28.exe\244.nsis . is OK.
ntportev.zip\EvalSetup28.exe\245.nsis . is OK.
ntportev.zip\EvalSetup28.exe\246.nsis . is OK.
ntportev.zip\EvalSetup28.exe\247.nsis . is OK.
ntportev.zip\EvalSetup28.exe\248.nsis . is OK.
ntportev.zip\EvalSetup28.exe\249.nsis . is OK.
ntportev.zip\EvalSetup28.exe\250.nsis . is OK.
ntportev.zip\EvalSetup28.exe\251.nsis . is OK.
ntportev.zip\EvalSetup28.exe\252.nsis . is OK.
ntportev.zip\EvalSetup28.exe\253.nsis . is OK.
ntportev.zip\EvalSetup28.exe\254.nsis . is OK.
ntportev.zip\EvalSetup28.exe\255.nsis . is OK.
ntportev.zip\EvalSetup28.exe\256.nsis . is OK.
ntportev.zip\EvalSetup28.exe . is OK.
ntportev.zip\ReadMe.txt . is OK.
ntportev.zip . is OK.

Summary Report on ntportev.zip
File(s)
Total files. 1
Clean. 1
Not Scanned. 0
Possibly Infected. 0

ECLS Command-line scanner, version 13.0.24.0, (C) 1992-2019 ESET, spol. s r.o.
Module loader, version 1018.1 (20190709), build 1054
Module perseus, version 1559.1 (20200123), build 2102
Module scanner, version 20755 (20200129), build 44273
Module archiver, version 1297 (20200116), build 1413
Module advheur, version 1197 (20200116), build 1183
Module cleaner, version 1207 (20200128), build 1317
Module augur, version 1048 (20200122), build 1049

Command line: /log-rewrite /log-all /files /no-boots /no-heur /no-adv-heur /mail /sfx /rtp /adware /unsafe /unwanted /pattern /action=none /no-quarantine /log-file=output.tmp ntportev.zip

Scan completed at: Sun Jan 24 10:10:49 2021
Scan time: 1 sec (0:00:01)
Total: files - 1, objects 348
Detected: files - 0, objects 0
Cleaned: files - 0, objects 0

Общие рекомендации по безопасности

Читайте также: