ProtectedUtils is a lightweight utility library designed for secure and efficient retrieval of crucial runtime information. This includes the base address of the main process module, the Process Environment Block (PEB), the Thread Environment Block (TEB), and specific function bases through symbol search.
- Retrieve the base address of the main process module.
- Access the Process Environment Block (PEB).
- Access the Thread Environment Block (TEB).
- Locate the base address of specific functions via symbol search.