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
{{ message }}
This repository was archived by the owner on Aug 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,28 @@ To harness the power of Codex, ensure you have the following components:
25
25
2. Extract the release folder to x64dbg's root directory.
26
26
3. Install x64dbgpy and ensure PyQt4, PyQt5, and PySide are located within `"...\plugins\x64dbgpy\".`
27
27
28
+
### Simplified Context Menus
29
+
30
+
Codex brings simplicity to your workflow by providing context menus accessible both on the general menu bar and the disassembly window. This enables you to seamlessly manage and execute your Python-based scripts right where you need them.
31
+
32
+
#### Menu Bar Context
33
+
34
+
Easily access and execute your favorite scripts through the menu bar. Codex integrates directly into the menu structure, offering a straightforward way to enhance your debugging capabilities.
35
+
36
+
#### Disassembly Window Context
37
+
38
+
When deep-diving into disassembly, Codex ensures your scripts are just a click away. The disassembly window context menu gives you quick access to script execution, reducing the time spent switching between tools.
39
+
40
+
Now you can work more efficiently and focus on what matters most: solving intricate debugging challenges.
41
+
28
42
### Configuration and Usage
29
43
* Edit the settings in `"...\plugins\codex\settings.json"` to customize menu items and organize scripts.
30
44
* You can create nested folders, making organization a breeze.
31
45
* Simplify script names for a clearer understanding of their purpose.
32
46
* Each script can import and use additional files, enhancing versatility.
33
47
34
-
### Examples
35
-
To see Codex in action, check out my example script:
36
-
37
-
Oreans - OEP Finder (Universal)
38
-
Here's a glimpse of the default settings.json structure:
48
+
#### Example
49
+
To get an idea of how to apply Codex to best fit your needs, check out my featured demo script's `settings.json` structure:
0 commit comments