Merge branch 'dev' into dev3

This commit is contained in:
Daan 2025-01-16 13:07:17 -08:00
commit efbd3e5de8

View file

@ -25,7 +25,7 @@ There are four requirements to make the overriding work well:
list of the final executable (so it can intercept all potential allocations). list of the final executable (so it can intercept all potential allocations).
You can use `minject -l <exe>` to check this if needed. You can use `minject -l <exe>` to check this if needed.
```cpp ```csharp
┌──────────────┐ ┌──────────────┐
│ Your Program │ │ Your Program │
└────┬─────────┘ └────┬─────────┘