Changeset 52426 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Aug 20, 2014 3:47:23 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r52406 r52426 64 64 * This just needs to be unique enough to avoid most confusion with real 65 65 * executable names, there are other checks in place to make sure we've respanwed. */ 66 #define SUPR3_RESPAWN_1_ARG0 " 5cb9562b-4b8c-d13f-6bc4-3da9b0f37da6-suplib-2ndchild"66 #define SUPR3_RESPAWN_1_ARG0 "60eaff78-4bdd-042d-2e72-669728efd737-suplib-2ndchild" 67 67 68 68 /** The first argument of a respawed stub when respawned for the second time. 69 69 * This just needs to be unique enough to avoid most confusion with real 70 70 * executable names, there are other checks in place to make sure we've respanwed. */ 71 #define SUPR3_RESPAWN_2_ARG0 " 5cb9562b-4b8c-d13f-6bc4-3da9b0f37da6-suplib-3rdchild"71 #define SUPR3_RESPAWN_2_ARG0 "60eaff78-4bdd-042d-2e72-669728efd737-suplib-3rdchild" 72 72 73 73 /** Unconditional assertion. */
Note:
See TracChangeset
for help on using the changeset viewer.