CameraIcon
CameraIcon
SearchIcon
MyQuestionIcon
MyQuestionIcon
72
You visited us 72 times! Enjoying our articles? Unlock Full Access!
Question

Which of the following translate back from machine code something resembling the source language?

A
Interpreter
No worries! We‘ve got your back. Try BYJU‘S free classes today!
B
Complier
No worries! We‘ve got your back. Try BYJU‘S free classes today!
C
Assembler
No worries! We‘ve got your back. Try BYJU‘S free classes today!
D
Decompiler
Right on! Give the BNAT exam to get a 100% scholarship for BYJUS courses
E
None of the above
No worries! We‘ve got your back. Try BYJU‘S free classes today!
Open in App
Solution

The correct option is E Decompiler

Decompiler translate back from machine code something resembling the source language.

A decompiler is a computer program that takes an executable file as input, and attempts to create a high level source file which can be recompiled successfully. It is therefore the opposite of a compiler, which takes a source file and makes an executable. Decompilers are usually unable to perfectly reconstruct the original source code, and as such, will frequently produce obfuscated code. Nonetheless, decompilers remain an important tool in the reverse engineering of computer software.

The term decompiler is most commonly applied to a program which translates executable programs (the output from a compiler) into source code in a (relatively) high level language which, when compiled, will produce an executable whose behavior is the same as the original executable program. By comparison, a disassembler translates an executable program into assembly language (and an assembler could be used to assemble it back into an executable program).


flag
Suggest Corrections
thumbs-up
0
Join BYJU'S Learning Program
similar_icon
Related Videos
thumbnail
lock
Computers in Accounting
ACCOUNTANCY
Watch in App
Join BYJU'S Learning Program
CrossIcon