Skip to content

Starz0r/addo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

addo

Roadmap for 1.0

  1. Idiomatically get administrator token from Windows and execute the target process with that instead of forking ourselves.
  2. Process actual cmdlets, functions, script files, instead of only executing operable programs.
  3. Signal Interrupt should kill the Forked Process.
  4. Prompt user for the verification via UAC or Command Line.
  5. Clean remaining to-dos

Beyond 1.0

  1. Colored VT Output for Windows 10, Redstone 4 and above.
  2. Use Native Forking (RtlCloneUserProcess) instead of emulating it (ShellExecuteExW w/ WaitForSingleObject).
  3. All Standard I/O should be linked and not just StdOut.
  4. Use async and await functions.
  5. Remove all uses of unsafe

About

A sudo command for Windows Administrators.

Resources

License

Stars

Watchers

Forks

Packages

No packages published