Skip to content

srioo10/Meef

Repository files navigation

Meef

MEeF — Malware Extraction & Evaluation Framework

Overview

MEeF is a compiler-inspired malware analysis pipeline.
It parses Windows executables (frontend), generates an intermediate feature representation (IR), and classifies them using ML models (backend).

Workflow

The raw file is parsed into a control flow graph (CFG) and opcode tokens, from which IR features like API ratios and instruction density are extracted for a dual-scoring classifier (ML + behavioral heuristics).

Live app that combines model that is trained on ML engine +heuristics is available on https://malwareanalysis22.streamlit.app/

About

Meef is a compiler-inspired tool that generates Three-Address Code (3AC) from Windows executable files for use in malware analysis and reverse engineering. It translates binary code into readable intermediate code to support malware detection and research.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors