This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Base = '/home/aliarslan/Desktop/AnzhiMalware/knownSames/Revmob.A/' | |
GL = "/home/aliarslan/paper93/artifact/binary/" | |
# dirNames = File.read(base+'list.txt').split("\n").reject { |c| c.empty? } # contains list of dirs | |
# dirNames = ['Encoded_-_Full_Version', 'Increase_WIFI_Speed_Booster'] | |
dirNames = ['Hungry_Shark_Guide_And_Tips', 'The_Sims_3_University_Life_Video'] | |
def cflArray name | |
typeerrors = File.read(Base+name+"/type_errors.txt").split("\n").reject { |c| c.empty? } # contains list of dirs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USERS | |
Name | |
UserID | |
Number | |
Address | |
Credits (current amount of money loaded into system) | |
Status (Active, Locked) | |
etc. add whatever personal information you feel suitable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef __TREE_CPP | |
#define __LIST_CPP | |
#include <fstream> | |
#include <queue> | |
#include <cstdlib> | |
#include <deque> | |
#include <list> | |
#include "tree.h" | |
Tree::Tree() |