GonnaCry icon indicating copy to clipboard operation
GonnaCry copied to clipboard

Obfuscation / Anti-Debugging

Open tarcisio-marinho opened this issue 5 years ago • 4 comments

Need help implementing code obfuscation.

https://pdfs.semanticscholar.org/4248/b2b6f8a6389371ce20ec065853b4ef1c4b04.pdf https://anti-reversing.com/Downloads/Anti-Reversing/The_Ultimate_Anti-Reversing_Reference.pdf https://github.com/a0rtega/pafish https://www.apriorit.com/dev-blog/367-anti-reverse-engineering-protection-techniques-to-use-before-releasing-software

tarcisio-marinho avatar Oct 24 '18 23:10 tarcisio-marinho

dmidecode -t system in linux can return us the info whether the code is running inside vm or not. However, this need root permission.

vaibhawvipul avatar Aug 28 '19 08:08 vaibhawvipul

dmidecode -t system in linux can return us the info whether the code is running inside vm or not. However, this need root permission.

Thanks mate ! Implemented on commit ee9a0283b18f827a6a3e86865ec3b938404d4ee3

tarcisio-marinho avatar Aug 28 '19 17:08 tarcisio-marinho

dmidecode -t system in linux can return us the info whether the code is running inside vm or not. However, this need root permission.

Thanks mate ! Implemented on commit ee9a0283b18f827a6a3e86865ec3b938404d4ee3

Thanks I am glad that i was of some help. This is a great initiative. I am also reading out the pdfs listed here for obfuscation. I will keep you posted if I can contribute there.

vaibhawvipul avatar Aug 28 '19 17:08 vaibhawvipul