Hacker News new | ask | show | jobs
by rf15 3257 days ago
reverse engineering is usually about trying to understand a partially/mostly concealed system/interface, while for this case everything is already visible, but hard to understand.
1 comments

By that definition, analyzing compiled native code would be "un-obfuscating".

IMO, deobfuscation is a subset of reverse engineering - which at a push I would define as "taking a program from the form it is distributed into a preferred form for modification/understanding".