diff options
author | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-03-10 06:45:04 -0500 |
---|---|---|
committer | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-03-10 06:45:04 -0500 |
commit | ab141f2076b141bf885f56cb5730252cc2880041 (patch) | |
tree | 752ef3d91a59f039ab2d80e8f65e24b4d062dff8 /TODO.md | |
parent | b3c69a1559e2876820f4b07f3ef0f47b467f5d26 (diff) | |
download | goexec-ab141f2076b141bf885f56cb5730252cc2880041.tar.gz goexec-ab141f2076b141bf885f56cb5730252cc2880041.zip |
Fix `scmr delete`
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,10 +18,12 @@ - [ ] Add psexec module (RemComSvc) - [ ] Add support for dynamic service executable (of course) + ### Other - [ ] Fix SCMR `change` method so that dependencies field isn't permanently overwritten - [ ] Add `delete` command to all modules that may involve cleanup - use `tsch delete` for reference + - [X] `scmr delete` - [ ] Standardize modules to interface for future use - [ ] Add command to tsch - update task if it already exists. See https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-tsch/849c131a-64e4-46ef-b015-9d4c599c5167 (`flags` argument) - [ ] Add proxy support - see https://github.com/oiweiwei/go-msrpc/issues/21 |