Creates the registry key HKLM\SOFTWARE\$77config, if it does not exist. , if creation succeeded; , if creation failed.
()
| 35 | /// <see langword="false" />, if creation failed. |
| 36 | /// </returns> |
| 37 | public static bool CreateConfigSystem() |
| 38 | { |
| 39 | return nint.Size == 4 |
| 40 | ? Helper32Dll.CreateConfigSystem() |
| 41 | : Helper64Dll.CreateConfigSystem(); |
| 42 | } |
| 43 | /// <summary> |
| 44 | /// Injects r77 into a specific process. |
| 45 | /// </summary> |