File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 11# MCPELauncher API Referenc
2- ## 🔧 Logging Functions
2+ ## Logging Functions
33
44| Symbol | Description | Notes |
55| --------| -------------| -------|
88
99---
1010
11- ## 🪝 Hook Initialization
11+ ## Hook Initialization
1212
1313| Symbol | Signature | Description |
1414| --------| -----------| -------------|
1717
1818---
1919
20- ## 🧬 Hook Management
20+ ## Hook Management
2121
2222| Symbol | Signature | Description |
2323| --------| -----------| -------------|
3030
3131---
3232
33- ## 🧵 Memory Patching
33+ ## Memory Patching
3434
3535| Symbol | Signature | Description |
3636| --------| -----------| -------------|
3939
4040---
4141
42- ## 📦 Dynamic Library Handling
42+ ## Dynamic Library Handling
4343
4444| Symbol | Description |
4545| --------| -------------|
5050
5151---
5252
53- ## 🔁 Symbol Relocation
53+ ## Symbol Relocation
5454
5555| Symbol | Signature | Description |
5656| --------| -----------| -------------|
6161
6262---
6363
64- ## 📚 Data Structures
64+ ## Data Structures
6565
6666``` cpp
6767struct hook_entry {
@@ -71,7 +71,3 @@ struct hook_entry {
7171```
7272
7373Used for batch relocation and library loading.
74-
75- ---
76-
77- Would you like this turned into documentation for developers, or maybe a visual diagram of how the hook system works?
You can’t perform that action at this time.
0 commit comments