Skip to content

mwemu usage with no maps #96

@sha0coder

Description

@sha0coder

If maps are not found and no -m provided try to emulate with no maps.

root@docker# cargo install mwemu
root@docker# mwemu -f /bin/ls -6
use -vv to see the assembly code emulated, and -v to see the messages
loading memory maps
dll_path: maps64//ntdll.dll dll: ntdll.dll

thread 'main' panicked at /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libmwemu-0.21.0/src/winapi64/kernel32.rs:404:17:
dll maps64//ntdll.dll not found.

use cases:

  • linux static binaries (when it will supported well)
  • windows shellcodes instructions before the first api call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions