Changeset 94426 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Mar 31, 2022 11:57:33 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r93389 r94426 2522 2522 2523 2523 2524 /**2525 * Secure main.2526 *2527 * This is used for the set-user-ID-on-execute binaries on unixy systems2528 * and when using the open-vboxdrv-via-root-service setup on Windows.2529 *2530 * This function will perform the integrity checks of the VirtualBox2531 * installation, open the support driver, open the root service (later),2532 * and load the DLL corresponding to \a pszProgName and execute its main2533 * function.2534 *2535 * @returns Return code appropriate for main().2536 *2537 * @param pszProgName The program name. This will be used to figure out which2538 * DLL/SO/DYLIB to load and execute.2539 * @param fFlags Flags.2540 * @param argc The argument count.2541 * @param argv The argument vector.2542 * @param envp The environment vector.2543 */2544 2524 DECLHIDDEN(int) SUPR3HardenedMain(const char *pszProgName, uint32_t fFlags, int argc, char **argv, char **envp) 2545 2525 {
Note:
See TracChangeset
for help on using the changeset viewer.