├── LICENSE ├── README.md ├── Slides.pdf └── src ├── code_injection_elevated_example.go ├── code_injection_example.go ├── msgbox_example.go ├── spoof_elevated_example.go ├── spoof_example.go └── spoof_with_stdout_example.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secfurry/OwOwningTheWinAPI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secfurry/OwOwningTheWinAPI/HEAD/README.md -------------------------------------------------------------------------------- /Slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secfurry/OwOwningTheWinAPI/HEAD/Slides.pdf -------------------------------------------------------------------------------- /src/code_injection_elevated_example.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secfurry/OwOwningTheWinAPI/HEAD/src/code_injection_elevated_example.go -------------------------------------------------------------------------------- /src/code_injection_example.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secfurry/OwOwningTheWinAPI/HEAD/src/code_injection_example.go -------------------------------------------------------------------------------- /src/msgbox_example.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secfurry/OwOwningTheWinAPI/HEAD/src/msgbox_example.go -------------------------------------------------------------------------------- /src/spoof_elevated_example.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secfurry/OwOwningTheWinAPI/HEAD/src/spoof_elevated_example.go -------------------------------------------------------------------------------- /src/spoof_example.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secfurry/OwOwningTheWinAPI/HEAD/src/spoof_example.go -------------------------------------------------------------------------------- /src/spoof_with_stdout_example.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secfurry/OwOwningTheWinAPI/HEAD/src/spoof_with_stdout_example.go --------------------------------------------------------------------------------