You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -93,14 +84,18 @@ This project provides a cross-language toolkit for Windows process inspection an
93
84
- Import and use `hwrng` or `processInspect` from `pyCTools`.
94
85
- The library will automatically load the correct DLL based on your Python interpreter architecture (x86 or x64).
95
86
96
-
> [!TIP]
97
-
> Example usages forboth modulesin detail:
98
-
>
99
-
>#### Hardware RNG
100
-
> Either check out the [example script](example/hwrng_example.py) or the [Wiki page](https://github.com/DefinetlyNotAI/PyCTools/wiki/Py-Documentation-‐-hwrng#methods)
101
-
>
102
-
>#### Process Inspection
103
-
> Either check out the [example script](example/process_inspect_example.py) or the [Wiki page](https://github.com/DefinetlyNotAI/PyCTools/wiki/Py-Documentation-‐-processInspect#methods)
87
+
### Module examples and documentation
88
+
89
+
Example usages and documentation forboth modulesin detail can be found in the Wiki:
90
+
91
+
#### Script usage examples
92
+
93
+
- [Hardware RNG Example Script Wiki page](https://github.com/DefinetlyNotAI/PyCTools/wiki/Py-Documentation-‐-hwrng#proper-examples-and-tests)
94
+
- [Process Inspection Example Script Wiki page](https://github.com/DefinetlyNotAI/PyCTools/wiki/Py-Documentation-‐-processInspect#example-script)
95
+
96
+
#### Module usage documentation
97
+
- [Hardware RNG Documentation Wiki page](https://github.com/DefinetlyNotAI/PyCTools/wiki/Py-Documentation-‐-hwrng#methods)
98
+
- [Process Inspection Documentation Wiki page](https://github.com/DefinetlyNotAI/PyCTools/wiki/Py-Documentation-‐-processInspect#methods)
104
99
105
100
### DLL Info
106
101
@@ -115,6 +110,9 @@ Details about building the DLLs can be found in more detail [here](https://githu
115
110
> Want to dive deeper into how everything works? Head over to the [PyCTools Wiki](https://github.com/DefinetlyNotAI/PyCTools/wiki) for detailed breakdowns of the key parts:
116
111
>
117
112
> • **DLL explanations**: learn how the DLLs are structured, discovered, and loaded
118
-
> • **Python examples, wrappers, and usage**: practical code snippets and usage patterns in Python
113
+
>
114
+
> • **Python examples, wrappers, and usage**: practical code snippets and usage patterns in Python
115
+
>
119
116
> • **C code explanation**: understand the underlying native implementation
117
+
>
120
118
> • **Build and distribution**: how to compile, package, and distribute the libraries
0 commit comments