Skip to content
Egg-03 edited this page May 15, 2024 · 9 revisions

Welcome to the FerrumX Wiki! Here, you'll find comprehensive code examples and resources to help you effectively utilize the FerrumX library for retrieving hardware and network information on Windows systems.

  1. There are code examples on how to call pre-developed classes and functions to get the system information you need.
  2. Along with that there will be methods available for you to call certain WMI Classes on your own.

Getting Started:

Getting parsed information with pre-built classes

This Index will take you to specific parts of the wiki where you can see code examples for the pre-built classes and their functions


Getting parsed information from classes, not implemented by default

This will point you to the classes built for parsing information from WMI Classes not called by the pre-built classes of the wrapper. We highly recommend that you read the Wiki about the pre-built classes before reading about CIM_SL and CIM_ML.


GUI Report Tool guide

TO-DO