139k views
2 votes
A(n) _____ can be used to reveal a competitor’s program code, which can then be used to develop a new program that either duplicates the original or interfaces with the program.

User Tim Babych
by
6.9k points

1 Answer

2 votes
The answer to the above question is a decompiler would be used for that application. Decompilers use executable file as input. They then create a source code that can be recompiled and put back together fairly easily. Due to a decompilers ability to break down original code, that original code can then be used to either duplicate the program, or re-engineer a program that would work in concert with the original program.
User Cal Stephens
by
6.5k points