Well, first of all hello, XylonV2 is an antivirus API that provides many features. This is a remaster of the
old Xylon Antivir.
This is a TOTAL Remastering! Nothing compares to the previous one!!
Prerequisites - API Secret Key (OPTIONAL) ?
- .NET Framework (v. >= 4.6) ✔
- Your love ?
Installation and Features...
Show ContentSpoiler:
Oficial Page : XylonV2
Add Xylonv2 to your Project through Nuget Package Manager
https://www.nuget.org/packages/XylonV2/
Code:
Install-Package XylonV2 -Version 1.0.5
Table of Contents
Documentation may be incomplete or confusing. If you want to collaborate, make a Pull Request.- Introduction
- Usage
- WIKI
- Index
- Core
- File
- FileDirSearcher
Code:
Searchs for files and directories
- FileTypeDetective
Code:
Gets information about the binary header at the beginning of the file and Identifies it
- InfoFile
Code:
Equivalent to System.IO.FileInfo - It is more Extended and Provides more information
- Folder
- InfoDir
Code:
Equivalent to System.IO.DirectoryInfo - It is more Extended and Provides more information
- Hash
- Helper
- Paths
Code:
Get some generic windows paths
- Util
Code:
Some Useful Features
- Malware Naming
Code:
Identifier Generator according to CARO Regulations (Computer Antivirus Research Organization)
- Engine
- External
Code:
Wrappers for antivirus solutions and other command line tools
- PE
Code:
The Heart of the Xylon Engine - Scans Files and determines if it is malicious
- Services
Code:
Fully handles Windows services
- String Extract
Code:
As the name implies - Extract all text string from any File.
- Watcher
Code:
Process / Registry / File / Devices Monitor. in real time
- WMI
Code:
Better known as Windows Management Instrumentation - Wrapper for Win32_StartupCommand / Win32Process / Win32_ComputerSystem
- Pinvoke
Code:
Get all the Pinvokes of an Executable/Assembly.
- Windows Functions
Code:
Extra functions of Windows.
- WebBrowser
Incomplete / Early Stage of Development
Code:
Obtain Information from Browsers. History / Favorites / Cache. It also includes Extensions and all your information.
- Startup Manager
Code:
Gets all the Windows Startup items. (Registry / Folder / TaskSchedulers)
- Regedit Manager
Code:
All kinds of functions to manage the windows registry.
LEAVE A LIKE .