Skip to content

Commit a22c860

Browse files
committed
Add a section about platform compatability
1 parent e4dc8a5 commit a22c860

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ dll_injector [TARGET] [DLL PATH]
2424
where `[TARGET]` is the process to inject the DLL into,
2525
and `[DLL PATH]` is the path to the DLL to inject.
2626

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+
2731
## Licensing
2832
Dual-licensed under both the [Apache License, Version 2.0](LICENSE-APACHE)
2933
and the [MIT license](LICENSE-MIT).

0 commit comments

Comments
 (0)