blob: 223f5ad557e22e31c8bc32ef87d04426f6dbe7d8 (
plain) (
blame)
1
2
3
4
5
6
7
|
Check if we are a binfmt_misc application, change execve behaviour
If we were executed through binfmt_misc, then we should change behaviour of execve.
Passing arguments to FEXLoader through execve has a chance of breaking from my testing of /bin/sh based applications on steam.
- Stop passing arguments to FEXLoader from execve
- Requires better configuration
- If we are the binfmt_misc interpreter and the application getting called in execve would call us directly, remove FEXLoader from the launch arguments.
|