Docs.rs
libmwemu-0.24.5
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
libmwemu 0.24.5
x86 32/64bits and system internals emulator, for securely emulating malware and other stuff.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
elf64_aarch64_add.bin
elf64_x86_64_linux_hello.bin
elf64_x86_64_linux_hello.c
hello_linux_arm64
hello_linux_x64
hello_linux_x86
hello_mac_arm64
hello_mac_x64
hello_win_arm64.exe
hello_win_x64.exe
hello_win_x86.exe
macho64_aarch64_add.bin
macho64_aarch64_hello.bin
macho64_aarch64_hello_raw.bin
macho64_x86_64_hello.bin
macho64_x86_64_hello.c
macho64_x86_64_hello_raw.bin
macho64_x86_64_hello_raw.s
1
2
3
4
5
6
#include
<
stdio.h
>
int
main
(
void
)
{
puts
(
"
Hello, Linux x86_64!
"
)
;
return
7
;
}