Skip to content

Commit f265a01

Browse files
authored
Fix a typo in an example
Thanks to Gotcha for pointing it out!
1 parent 80975aa commit f265a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ prolog_end = 0x00007FFFC81C06D6 + 7
8080

8181
dp = Dumpulator("my.dmp", quiet=True)
8282
dp.regs.rcx = 0x1337
83-
dp.start(start=prolog_start, end=prolog_end)
83+
dp.start(begin=prolog_start, end=prolog_end)
8484
print(f"rsp: {hex(dp.regs.rsp)}")
8585
```
8686

@@ -231,4 +231,4 @@ What sets dumpulator apart from sandboxes like speakeasy and qiling is that the
231231
- [herrcore](https://twitter.com/herrcore) for inspiring me to make this
232232
- [secret club](https://secret.club)
233233
- [JetBrains](https://www.jetbrains.com/opensource/) for free PyCharm license!
234-
- [Image by GraphiqaStock](https://www.freepik.com/free-vector/virus-internet_1040653.htm) on Freepik
234+
- [Image by GraphiqaStock](https://www.freepik.com/free-vector/virus-internet_1040653.htm) on Freepik

0 commit comments

Comments
 (0)