tianwaifeidie / AndrOpGAN

Source Code of AndrOpGAN: An Android Opcode Generative Adversarial Network for the Obfuscation in Making Malwares
8 stars 5 forks source link

AndrOpGAN

Source Code of AndrOpGAN: An Android Opcode Generative Adversarial Network for the Obfuscation in Making Malwares


This project contains the source code for APK opcode distribution feature generation module and feature insertion module.


Requirements


Program description

Train the generator, save the model, and generate opcode distribution feature data.

Extract opcode sequence files from APK.

Feature Library Data Processing, Insert Opcode, Rebuild APK.

Convert opcode sequence files to distribution features.


Code reference:

Part of the code refers to the following procedures, thank you very much for their selfless open source