OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
nvram.c File Reference
#include <windows.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <stdbool.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

void obtain_privilege ()
 
int main (int argc, char *argv[])
 

Detailed Description

Reads/writes to macOS NVRAM storage on Windows.

Copyright (c) 2018, vit9696

All rights reserved.

This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Definition in file nvram.c.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 39 of file nvram.c.

◆ obtain_privilege()

void obtain_privilege ( )

Definition at line 28 of file nvram.c.