An engineer is learning to write exploits in C++ and is using the exploit tool Backtrack. The engineer wants to
compile the newest C++ exploit and name it calc.exe. Which command would the engineer use to accomplish
this?
A.
g++ hackersExploit.cpp -o calc.exe
B.
g++ hackersExploit.py -o calc.exe
C.
g++ -i hackersExploit.pl -o calc.exe
D.
g++ –compile –i hackersExploit.cpp -o calc.exe