Skip to content

nrnimesh/mimir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mimir

Mimir is a Windows PE analysis tool that performs static inspection and YARA-based rule matching, with a native analysis engine and a terminal UI.

The project is intended for learning, experimentation, and tooling around Windows PE file analysis.


Components

  • engine/
    C++ analysis engine responsible for PE parsing and analysis logic.

  • sigil/
    Detection layer with YARA integration.
    Uses a statically built YARA library on Windows.

  • tui/
    Rust-based terminal UI for interacting with the engine via IPC.


Build (Windows x64)

Build

execute the scripts/build.ps1 script

Project Status

This project is under active development and is shared primarily for learning and experimentation. Interfaces and behavior may change. Feedback and issues are welcome.

Notes

Parts of this project were developed with the assistance of automated tooling to accelerate iteration and exploration. All code is reviewed and adapted as part of the learning process.

Screenshot

Mimir TUI demo

About

A Windows PE analysis tool with static inspection and YARA-based rule matching.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors