10000 update readme · sha0coder/libscemu@937ae0b · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 937ae0b

Browse files
committed
update readme
1 parent 88bf02c commit 937ae0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use libscemu::emu32;
1818
fn main() {
1919
let mut emu = emu32();
2020
emu.set_maps_folder("/tmp/maps32/");
21-
emu.init();
21+
emu.init(false, false);
2222
```
2323

2424
Load your shellcode or PE binary and run the emulator.

0 commit comments

Comments
 (0)
0