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 1
1
# MCPELauncher API Referenc
2
- ## 🔧 Logging Functions
2
+ ## Logging Functions
3
3
4
4
| Symbol | Description | Notes |
5
5
| --------| -------------| -------|
8
8
9
9
---
10
10
11
- ## 🪝 Hook Initialization
11
+ ## Hook Initialization
12
12
13
13
| Symbol | Signature | Description |
14
14
| --------| -----------| -------------|
17
17
18
18
---
19
19
20
- ## 🧬 Hook Management
20
+ ## Hook Management
21
21
22
22
| Symbol | Signature | Description |
23
23
| --------| -----------| -------------|
30
30
31
31
---
32
32
33
- ## 🧵 Memory Patching
33
+ ## Memory Patching
34
34
35
35
| Symbol | Signature | Description |
36
36
| --------| -----------| -------------|
39
39
40
40
---
41
41
42
- ## 📦 Dynamic Library Handling
42
+ ## Dynamic Library Handling
43
43
44
44
| Symbol | Description |
45
45
| --------| -------------|
50
50
51
51
---
52
52
53
- ## 🔁 Symbol Relocation
53
+ ## Symbol Relocation
54
54
55
55
| Symbol | Signature | Description |
56
56
| --------| -----------| -------------|
61
61
62
62
---
63
63
64
- ## 📚 Data Structures
64
+ ## Data Structures
65
65
66
66
``` cpp
67
67
struct hook_entry {
@@ -71,7 +71,3 @@ struct hook_entry {
71
71
```
72
72
73
73
Used 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