Field HelperDropPath
- Namespace
- MonoMod
- Assembly
- MonoMod.Utils.dll
String. Full path to the directory to drop helper binaries into instead of
/tmp
(on Unix systems).public const string HelperDropPath = "HelperDropPath"
Returns
- string
- String. Full path to the directory to drop helper binaries into instead of /tmp (on Unix systems).
Remarks
On Unix systems, MonoMod.Core needs to load (from a file on disk!) a native helper to be able to handle
exceptions passing through its JIT hook (and on MacOS M-series chips, to be able to patch JIT-executable code).
By default, this helper is dropped into /tmp
, however some systems prevent loading executables from this
location. Use this switch to override the directory those files are dropped in.