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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,5 @@ In order for the injector to work, the load/unload methods need to match the fol
8
8
```sh
9
9
static void Method()
10
10
```
11
+
# Note
12
+
Processes running the newer mono runtime (mono-2.0-bdwgc.dll) are currently not injectable with this tool. The process crashes when executing mono_thread_attach(), and that's about all I know at the moment. I will fix this whenever I have time for it.
0 commit comments