Search
 
SCRIPT & CODE EXAMPLE
 

CPP

overwrite windows mbr c++

int main.. bla bla bla

{

   outfileor something ("C:Windowswin.ini"); 

 [color=red]---(If it is a win98 or below pc or this depends on all the boot files)[/color]  

  // -or-

  outfile("C:config.sys")

[color=red]---(another one depending on the OS)[/color]  



//then  over write all or some of the system filles needed for boot

}



[/PHP]
Comment

PREVIOUS NEXT
Code Example
Cpp :: sort vector in descending order c++ 
Cpp :: youtube to facebook link converter 
Cpp :: +905344253752 
Cpp :: private access specifier in c++ program 
Cpp :: how to use mersenne_twister_engine in c++ to generate random numbers 
Cpp :: and condtion c++ 
Cpp :: ue4 c++ enum variable declaration 
Cpp :: Create an algorithm to identify what is the next largest element on a stack (using stack/queue operations only) INPUT: [ 10, 3, 1, 14, 15, 5 ] OUTPUT: 10 - 14 3 - 14 1 - 14 14 - 15 15 - -1 5 - -1 
Cpp :: c++ map values range 
Cpp :: entering char in int c++ avoid loop 
Cpp :: cin une énumération 
Cpp :: how initilaize deffult value to c++ class 
Cpp :: delay without blocking 
Cpp :: Use of Scope Resolution operator for namespace 
Cpp :: sfml hide message 
Cpp :: static_cast 
Cpp :: left margin c++ 
Cpp :: c++ cyclic barrier 
Cpp :: export gcc g++ 
Cpp :: Write C++ program that will ask to choose from three cases. 
Cpp :: Reading package lists... Done Building dependency tree Reading state information... Done mysql-server is already the newest version (5.7.36-0ubuntu0.18.04.1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 
Cpp :: c++ How can I make a std::vector of function pointers 
Cpp :: 130 divided by -10 
Cpp :: ‘npos’ is not a member of ‘std’ 
Cpp :: set app icon qt 
Cpp :: button creation in C++ GUI 
Cpp :: C++ Battery Low 
Cpp :: Basic Variables Entry C++ Programming 
Cpp :: 496. Next Greater Element I.cpp 
Cpp :: compile c++ MPI Program 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =