File tree 1 file changed +13
-14
lines changed
1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 1
1
# RemoteInput
2
- Remote Input/Output
3
-
4
- ** Build Status:** <br />
5
- [ ![ Windows-x86_64] ( https://github.com/Brandon-T/RemoteInput/workflows/Windows-x86_64/badge.svg )] ( https://github.com/Brandon-T/Reflection/releases/latest )
6
- <br />
7
- [ ![ Windows-i686] ( https://github.com/Brandon-T/RemoteInput/workflows/Windows-i686/badge.svg )] ( https://github.com/Brandon-T/Reflection/releases/latest )
8
- <br />
9
- [ ![ MacOS-x86_64] ( https://github.com/Brandon-T/RemoteInput/workflows/MacOS-x86_64/badge.svg )] ( https://github.com/Brandon-T/Reflection/releases/latest )
10
- <br />
11
- [ ![ Linux-x86_64] ( https://github.com/Brandon-T/RemoteInput/workflows/Linux-x86_64/badge.svg )] ( https://github.com/Brandon-T/Reflection/releases/latest )
12
- <br />
13
- [ ![ Linux-armhf] ( https://github.com/Brandon-T/RemoteInput/workflows/Linux-armhf/badge.svg )] ( https://github.com/Brandon-T/Reflection/releases/latest )
14
- <br />
15
- [ ![ Linux-aarch64] ( https://github.com/Brandon-T/RemoteInput/workflows/Linux-aarch64/badge.svg )] ( https://github.com/Brandon-T/Reflection/releases/latest )
2
+
3
+ ![ example workflow] ( https://github.com/Brandon-T/RemoteInput/actions/workflows/build.yml/badge.svg )
4
+
5
+ Remote input injects into a Java process to allow io operations such as keyboard and mouse input, reading canvas data and drawing on the canvas.
6
+
7
+ Binaries are available here:
8
+ https://github.com/Brandon-T/Reflection/releases/tag/autobuild
9
+
10
+ ---
11
+
12
+ > [ !NOTE]
13
+ > Linux has protection against dll injection, ` setcap ` can be used on the executable injecting remoteinput.
14
+ > ` sudo setcap cap_sys_ptrace=eip /path/to/executable `
You can’t perform that action at this time.
0 commit comments