We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8940a72 commit f0c39b3Copy full SHA for f0c39b3
scripts/emu.py
@@ -0,0 +1,15 @@
1
+import pymwemu
2
+
3
+emu = pymwemu.init64()
4
+emu.load_maps('/Users/jesus/src/mwemu/maps64/')
5
+emu.load_binary('surprise.dll')
6
7
+emu.set_verbose(0)
8
+emu.set_reg('rdx', 1)
9
+emu.spawn_console_at_pos(227871000)
10
+try:
11
+ emu.run()
12
+except:
13
+ emu.spawn_console()
14
15
+emu.spawn_console()
scripts/enigma.sh
@@ -35,4 +35,4 @@ cargo run --release \
35
--r13 0x120136C63F0 \
36
--r14 0x7FFBFA260000 \
37
--r15 0x0 \
38
- --rflags 0x344
+ --rflags 0x344
0 commit comments