adplus-dvertising
frame-decoration

Question

What is an additional obfuscation technique that can be used in conjunction with code interleaving?

a.

Inlining

b.

Outlining

c.

Loop unrolling

d.

Sharing the same entry point and adding a parameter

Posted under Reverse Engineering

Answer: (d).Sharing the same entry point and adding a parameter Explanation:An additional obfuscation technique that can be used in conjunction with code interleaving is sharing the same entry point and adding a parameter to tell the new function which of the code paths to take.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is an additional obfuscation technique that can be used in conjunction with code interleaving?