File tree Expand file tree Collapse file tree 1 file changed +20
-7
lines changed
Expand file tree Collapse file tree 1 file changed +20
-7
lines changed Original file line number Diff line number Diff line change 66[ ![ Docs.rs] ( https://docs.rs/libmwemu/badge.svg )] ( https://docs.rs/libmwemu )
77[ ![ codecov] ( https://codecov.io/gh/sha0coder/mwemu/branch/main/graph/badge.svg )] ( https://codecov.io/gh/sha0coder/mwemu )
88
9- x86 32/64bits emulator and windows/linux simulator, for securely emulating malware and other stuff.
9+
10+ ## What is this?
11+
12+ It's a hardware emulator + OS process simulator implemented in pure rust.
13+ This approach is very conviniento to malware analysis and other stuff (PE, shellcode etc)
14+
15+ The OS is mainly windows, it emulates a windows process, some very basic support for linux.
16+ The hardware is x86 32/64bits it's fast and reliable.
17+
1018
1119![ MWEMU Logo] ( ./docs/pics/mwemu_logo.png )
1220
13- ## Some Videos
21+ ## Three ways of using the software
22+
23+ - mwemu commandline https://github.com/sha0coder/mwemu
24+ - libmwemu crate https://crates.io/crates/libmwemu
25+ - pymwemu https://pypi.org/project/pymwemu/
1426
15- [ r2con2025] ( https://www.youtube.com/watch?v=-TFL-_-nIqA )
1627
17- [ some use cases ] ( https://www.youtube.com/@JesusOlmos-wm8ch/videos )
28+ ## note about scemu
1829
19- ## Automation
30+ The project was renamed from scemu to mwemu.
2031
21- Python apps https://pypi.org/search/?q=pymwemu
32+ ## Some Videos
33+
34+ [ r2con2025] ( https://www.youtube.com/watch?v=-TFL-_-nIqA )
2235
23- Rust apps https://crates.io/crates/libmwemu
36+ [ some demos ] ( https://www.youtube.com/@JesusOlmos-wm8ch/videos )
2437
2538## Features
2639
You can’t perform that action at this time.
0 commit comments