Skip to content

Instantly share code, notes, and snippets.

View Nero22k's full-sized avatar
🙃

Nero22k

🙃
  • NSA
  • Fort Meade, Maryland
View GitHub Profile
@Nero22k
Nero22k / gist:36c7c3165e349863f1c64be532c69fa1
Created January 11, 2023 19:56 — forked from ZaronZ/gist:fefe7bedd5b1c4fb8ec83b1fc1b9d2c3
Pure C project configuration for Visual Studio without CRT
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)
@Nero22k
Nero22k / FodhelperUACBypass.ps1
Created October 20, 2022 07:19 — forked from netbiosX/FodhelperUACBypass.ps1
Bypass UAC via Fodhelper binary in Windows 10 systems
<#
.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