Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.

Commit a240197

Browse files
authored
PR-5 - More information about setting up and configuration
1 parent 0fe7512 commit a240197

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,28 @@ To harness the power of Codex, ensure you have the following components:
2525
2. Extract the release folder to x64dbg's root directory.
2626
3. Install x64dbgpy and ensure PyQt4, PyQt5, and PySide are located within `"...\plugins\x64dbgpy\".`
2727

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+
2842
### Configuration and Usage
2943
* Edit the settings in `"...\plugins\codex\settings.json"` to customize menu items and organize scripts.
3044
* You can create nested folders, making organization a breeze.
3145
* Simplify script names for a clearer understanding of their purpose.
3246
* Each script can import and use additional files, enhancing versatility.
3347

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:
3950

4051
```json
4152
{

0 commit comments

Comments
 (0)