We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4dc8a5 commit a22c860Copy full SHA for a22c860
README.md
@@ -24,6 +24,10 @@ dll_injector [TARGET] [DLL PATH]
24
where `[TARGET]` is the process to inject the DLL into,
25
and `[DLL PATH]` is the path to the DLL to inject.
26
27
+## Platform Compatability
28
+Due to its reliance on the Win32 API, only Windows is supported.
29
+Cross-compiling it from a non-Windows environment may or may not work.
30
+
31
## Licensing
32
Dual-licensed under both the [Apache License, Version 2.0](LICENSE-APACHE)
33
and the [MIT license](LICENSE-MIT).
0 commit comments