Obfuscating C-based binaries to avoid decompilation

后端 未结 13 1056
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-14 01:53

Is there some way to obfuscate C-based executables or libraries to prevent decompilation?

13条回答
  •  北海茫月
    2020-12-14 02:14

    I think if you speak about compiled binary there is not much you can do, (perhaps only apply UPX or related tool) which does not make a lot of sence since it can be reversed.

    If you talk about writing new code, try Self Modyfing C Code which will probably be the hardest way to re engineer your application.

提交回复
热议问题