Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 1.45 KB

README.md

File metadata and controls

16 lines (9 loc) · 1.45 KB

Binary-code-statistics-research

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