tianwaifeidie / AndrOpGAN

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

How to generate ben_original_feature.npy ? #1

Open vaibhavch opened 5 years ago

vaibhavch commented 5 years ago

I understand that sequence_file_process.py generates individual distribution features and save those in npy/ directory. But how to combine all those features and generate ben_original_feature.npy as mentioned in Generator_DCGAN.py. ?

tianwaifeidie commented 4 years ago

The combination progress located in the sequence_file_process.py. The variable is all_feature on line 99." # all_feature = np.array(all_feature)"

N-V-T commented 3 years ago

Can You help me to run it? From which file should I start running to end?