Create Syssetup.md

master
giMini 2018-05-09 21:47:46 -04:00 committed by GitHub
parent 1db2ecc4a2
commit 9a96b554e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

30
OSLibraries/Syssetup.md Normal file
View File

@ -0,0 +1,30 @@
## Syssetup.dll
* Functions: Execute
```
rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 c:\temp\calc.INF
```
Acknowledgements:
* Pierre-Alexandre Braeken - @pabraeken
Code sample:
*
Resources:
* https://twitter.com/pabraeken/status/994392481927258113
Full path:
```
c:\windows\system32\Syssetup.dll
c:\windows\sysWOW64\Syssetup.dll
```
Notes:
Detection: