Antivirus evasion using return oriented programming
Αποφυγή ανίχνευσης ιών χρησιμοποιώντας την τεχνική ROP

Master Thesis
Author
Anagnostopoulos, Athanasios
Αναγνωστόπουλος, Αθανάσιος
Date
2021View/ Open
Keywords
Αntivirus evasion ; AVAbstract
This thesis aims to experiment with ROP as a mean of antivirus evasion. Specifically I had to understand, replicate in python and probably improve Poulios AV tool,Ropinjector. The tool should explore the potential of Return Oriented Programming as an antivirus evasion technique. Firstly we are going to go through some basics on Antivirus solutions and malware. Then we will presentsome techniques used by oursolution to evade AVs.