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
"\033[91mDeprecationWarning: A call to the deprecated feature SenseMacro has been called, this has been removed due to instability issues, going with default settings (Model Sense).\033[0m")
190
+
"\033[91mDeprecationWarning: SenseMacro has been removed due to instability issues. "
191
+
"Please use 'Sense' instead for better stability and performance. "
Copy file name to clipboardExpand all lines: README.md
+15-17Lines changed: 15 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,16 +32,16 @@ To install and setup Logicytics, follow these steps:
32
32
33
33
2.**Install Dependencies**: Logicytics requires Python modules. You can install all the required modules by running the following command in your terminal: `pip install -r requirements.txt`
34
34
35
-
36
35
3.**Run Logicytics**: To run Logicytics, simply run the following command in your terminal: `python Logicytics.py -h` - This opens a help menu.
37
36
38
37
> [!IMPORTANT]
39
38
> We recommend Python Version `3.11` or higher, as the project is developed and tested on this version.
40
39
>
41
40
> You must also install `pytorch` if you want to use the vulnscan feature, To install run the command `pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124`
42
-
> If the device has CUDA available (NVidea GPU's),
41
+
> If the device has CUDA available (NVidea GPUs),
43
42
>
44
-
> Otherwise run `pip3 install torch torchvision torchaudio` to use the CPU, ofcourse this is optional for normal usage's,
43
+
> Otherwise, run `pip3 install torch torchvision torchaudio` to use the CPU, ofcourse this is optional for normal
44
+
> usage's,
45
45
> until you require `vulnscan`
46
46
47
47
### Prerequisites
@@ -124,9 +124,7 @@ It is also used to store and save settings for other programs.
124
124
> this is used to later check for corruption or bugs.
125
125
> VERSION is the version of the project, used to check and pull for updates.
126
126
127
-
## 🚀 Advanced Usage 🚀
128
-
129
-
### Mods
127
+
## 🚀 Mods 🚀
130
128
131
129
Mods are special files that are run with the `--modded` flag.
132
130
These files are essentially scripts that are run after the main Logicytics.py script is run
@@ -178,19 +176,19 @@ If those don't work attempt:
178
176
179
177
Check out the [wiki](https://github.com/DefinetlyNotAI/Logicytics/wiki) for help.
180
178
181
-
## 📊 Data Analysis 📊
182
-
183
-
## Data Extraction
179
+
## 📊 Data Extraction 📊
184
180
185
181
Logicytics extracts a wide range of data points on a Windows system.
186
182
187
183
Here are some of the data points that Logicytics extracts:
188
184
189
185
> [!IMPORTANT]
190
-
> Don't recreate the scripts/ideas below as then it's a waste of time for you, unless the Side-note on the script says otherwise, you can however contribute to the script itself.
186
+
> Don't recreate the scripts/ideas below as then it's a waste of time for you,
187
+
> unless the Side-note on the script says otherwise, you can however contribute to the script itself.
191
188
192
189
> [!TIP]
193
-
> You can check out future plans [here](PLANS.md), you can contribute these plans if you have no idea's on what to contribute!
190
+
> You can check out future plans [here](PLANS.md),
191
+
> you can contribute these plans if you have no idea's on what to contribute!
@@ -220,7 +218,8 @@ This is not an exhaustive list,
220
218
but it should give you a good idea of what data Logicytics is capable of extracting.
221
219
222
220
> [!NOTE]
223
-
> **Any file with `_` is not counted here, do note they may range from custom libraries to special files/wrappers**
221
+
> **Any file with `_` is not counted here,
222
+
> do note they may range from custom libraries to special files/wrappers**
224
223
225
224
### Want to create your own mod?
226
225
@@ -231,13 +230,12 @@ Check out the [contributing guidlines](CONTRIBUTING.md) file for more info
231
230
If there is a specific piece of data that you would like to see extracted by Logicytics,
232
231
please let us know. We are constantly working to improve the project and adding new features.
233
232
234
-
Other than mods, some prefixed tools are in the `EXTRA` directory,
235
-
use the `--extra` flag to traverse these special tools
236
-
237
233
### Want to create your own mod?
238
234
239
-
Check out the [contributing guidlines](CONTRIBUTING.md) file for more info, as well as the [wiki guidelines](https://github.com/DefinetlyNotAI/Logicytics/wiki/5-How-to-Contribute) for more info
240
-
Tips and tricks of the given modules/API's can be found [here](https://github.com/DefinetlyNotAI/Logicytics/wiki/6-Code-tips-and-tricks) too!
235
+
Check out the [contributing guidlines](CONTRIBUTING.md) file for more info,
236
+
as well as the [wiki guidelines](https://github.com/DefinetlyNotAI/Logicytics/wiki/5-How-to-Contribute) for more info
237
+
Tips and tricks of the given modules/APIs can be
238
+
found [here](https://github.com/DefinetlyNotAI/Logicytics/wiki/6-Code-tips-and-tricks) too!
241
239
242
240
> [!IMPORTANT]
243
241
> Always adhere to the [coding standards](https://github.com/DefinetlyNotAI/Logicytics/wiki/7-Advanced-Coding-Standards) of Logicytics!
0 commit comments