This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Release/Debug: | |
| General -> Whole Program Optimization -> No Whole Program Optimization | |
| Linker -> Input -> Ignore All Default Libraries = Yes | |
| Linker -> Manifest File -> Generate Manifest = Disabled | |
| Linker -> Advanced -> Entry Point = (set EntryPointName) | |
| C/C++ -> Code Generation -> Security Check = Disable Security Check | |
| C/C++ -> Optimization -> Optimization = Disabled | |
| C/C++ -> General -> SDL checks = (remove value) | |
| C/C++ -> Advanced -> Compile As = Compile as C Code (if need C90) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| This script can bypass User Access Control (UAC) via fodhelper.exe | |
| It creates a new registry structure in: "HKCU:\Software\Classes\ms-settings\" to perform UAC bypass and starts | |
| an elevated command prompt. | |
| .NOTES | |
| Function : FodhelperUACBypass | |
| File Name : FodhelperUACBypass.ps1 |