adplus-dvertising
frame-decoration

Question

What is the major weakness of encrypting IL code in assemblies?

a.

It is highly vulnerable to a class break.

b.

It is highly vulnerable to a buffer overflow attack.

c.

It is highly vulnerable to a SQL injection attack.

d.

It is highly vulnerable to a cross-site scripting attack.

Posted under Reverse Engineering

Answer: (a).It is highly vulnerable to a class break. Explanation:Encrypting IL code in assemblies is highly vulnerable to a class break, which means that it is vulnerable to a generic unpacker that could undo the effects of encryption-based products.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the major weakness of encrypting IL code in assemblies?