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
A. g++ hackersExploit.cpp -o calc.exe
g++ is a compiler
.cpp file extension is a c++ source code file
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.312-50 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
thinkinconcept
6 months, 2 weeks ago