This repository contains code for research of binary code statistics. Text with interim results you can find in my report in the repository of magisters' reports of students of Department of System Programming of SPBU.
Dataset for research is loaded in a separate repository.
text_segment.py contains function for extracting code segment from binary file
pass_and_compile.py contains function for passing through source folder and compiling files
statistics.py contains functions for counting different statistics
csv_local.py contains custom functions for work with csv files
r_code_generator.py contains function for generating R code for analysis
analysis.R contains R code for analysis of propotions of binary substrings in binary files