Our knowledge base is a comprehensive resource designed to help you get the most out of our products. It includes getting started articles that guide you through initial setup, detailed information on specific features, and troubleshooting resources to assist you with any issues you may encounter. Explore our knowledge base to find helpful information about our products and answers to common questions.
Matching Articles for 'CBFS Filter' :
Tracking Process Creation with CBFS Filter
... Tracking Process Creation with CBFS Filter Summary CBProcess is a component of CBFS Filter, an SDK and library designed for monitoring and controlling various system activi ... - Learn More
Overview of Process Monitoring with CBFS Filter
... Overview of Process Monitoring with CBFS Filter Summary CBProcess is a component of CBFS Filter, an SDK and library designed for monitoring and controlling various system a ... - Learn More
Overview of Registry Monitoring with CBFS Filter
... Overview of Registry Monitoring with CBFS Filter Summary CBRegistry is a component of CBFS Filter, an SDK and library designed for monitoring and controlling various system ... - Learn More
Redirection of File Access with CBFS Filter
... Redirection of File Access with CBFS Filter CBFilter is a component of CBFS Filter, an SDK and library designed to control various system activities, including filesystem o ... - Learn More
Implementing Virtual Files with CBFS Filter
... Implementing Virtual Files with CBFS Filter The CBFilter component of CBFS Filter provides mechanisms for redirecting file access to other files and directories and for cre ... - Learn More
Protecting Files and Folders with CBFS Filter
... Protecting Files and Folders with CBFS Filter Folder protection may serve several important goals, each aimed at safeguarding the integrity and confidentiality of the data stored within. ... - Learn More
Hiding Files and Folders with CBFS Filter
... Hiding Files and Folders with CBFS Filter In the article about file and folder protection, we discussed the importance of folder and file protection. Although the concept of "securi ... - Learn More
Direct File Access with CBFS Filter
... the following call: filter.CreateFileDirect("file.txt", true,...) However, calling filter.CreateFileDirect("anotherfile.txt", true,...) or filter.CreateFileDirect ... - Learn More
Processing File Changes with CBFS Filter
... Processing File Changes with CBFS Filter One of the frequent tasks for filesystem filter drivers is to detect a change in file data and to process new data. Two approaches can be ... - Learn More
What's New in CBFS Filter 2020
... details about how to upgrade existing code to CBFS Filter 2020 from CBFS Filter 2017, CBFS Registry 2017, and/or CBFS Process 2017. Please refer to the CBFS Filter ... - Learn More
Backing Up File Data with CBFS Filter
... Backing Up File Data with CBFS Filter In this article, we describe how an application can use CBFilter to make copies of file data before a file is modified, deleted, or renamed. When it ... - Learn More
Tracking and Controlling Access to Network Resources with CBFS Filter
... Tracking and Controlling Access to Network Resources with CBFS Filter One crucial step in protecting sensitive data from leaks is controlling access to remote network resources. This acc ... - Learn More