Skip to content

Commit 7e9bf0e

Browse files
committed
include a lib on maps32
1 parent f3cf9e6 commit 7e9bf0e

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

maps32/usp10.dll

76.5 KB
Binary file not shown.

pymwemu/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pymwemu"
3-
version = "0.9.6"
3+
version = "0.9.7"
44
edition = "2021"
55
description = "x86 32/64bits and system internals emulator, for securely emulating malware and other stuff."
66

pymwemu/DOCUMENTATION.md

+12
Original file line numberDiff line numberDiff line change
@@ -488,3 +488,15 @@ while True:
488488
emu.handle_winapi(addr)
489489
```
490490

491+
### building pymwemu
492+
493+
python3 -m venv .env
494+
bash
495+
source .env/bin/activate
496+
maturin develop
497+
498+
499+
500+
501+
502+

pymwemu/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "pymwemu"
7-
version = "0.9.6"
7+
version = "0.9.7"
88
requires-python = ">=3.7"
99
classifiers = [
1010
"Programming Language :: Rust",

0 commit comments

Comments
 (0)